diff options
-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 { |