summaryrefslogtreecommitdiff
path: root/ext/dbx/dbx_odbc.c
diff options
context:
space:
mode:
authorMarc Boeren <mboeren@php.net>2002-10-30 15:03:01 +0000
committerMarc Boeren <mboeren@php.net>2002-10-30 15:03:01 +0000
commit6d9447a3dc7cb30acbcff63984b325632b0aa2f4 (patch)
tree03f92bfc0f1428a8965a7f82625e373ba045deef /ext/dbx/dbx_odbc.c
parenteab2c769d9b32050cd17fb05f4f4a914470a3194 (diff)
downloadphp-git-6d9447a3dc7cb30acbcff63984b325632b0aa2f4.tar.gz
Coding style.
# not my style :-)
Diffstat (limited to 'ext/dbx/dbx_odbc.c')
-rw-r--r--ext/dbx/dbx_odbc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/dbx/dbx_odbc.c b/ext/dbx/dbx_odbc.c
index ef3d575209..c007d01658 100644
--- a/ext/dbx/dbx_odbc.c
+++ b/ext/dbx/dbx_odbc.c
@@ -284,7 +284,7 @@ int dbx_odbc_esc(zval **rv, zval **dbx_handle, zval **string, INTERNAL_FUNCTION_
if (Z_STRLEN_PP(string) == 0) {
ZVAL_EMPTY_STRING(*rv);
return 1;
- }
+ }
tmpstr = estrdup(Z_STRVAL_PP(string));
tmplen = Z_STRLEN_PP(string);
/* php_str_to_str uses a smart_str that allocates memory */