diff options
| author | Thies C. Arntzen <thies@php.net> | 2001-07-23 17:50:06 +0000 |
|---|---|---|
| committer | Thies C. Arntzen <thies@php.net> | 2001-07-23 17:50:06 +0000 |
| commit | 6c2cfdea4358467ba0c2e0d3796e786abcf0cbfe (patch) | |
| tree | 3292a179bc83ab284872f1a21c63313c873fab42 /ext/oci8/php_oci8.h | |
| parent | b660a9f55333665c25763e62a021592e4009c9d6 (diff) | |
| download | php-git-6c2cfdea4358467ba0c2e0d3796e786abcf0cbfe.tar.gz | |
indention
Diffstat (limited to 'ext/oci8/php_oci8.h')
| -rw-r--r-- | ext/oci8/php_oci8.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/oci8/php_oci8.h b/ext/oci8/php_oci8.h index db474c3fab..cf870173cc 100644 --- a/ext/oci8/php_oci8.h +++ b/ext/oci8/php_oci8.h @@ -151,8 +151,8 @@ typedef struct { oci_define *define; int piecewise; ub4 cb_retlen; - ub2 scale; - ub2 precision; + ub2 scale; + ub2 precision; } oci_out_column; typedef struct { |
