summaryrefslogtreecommitdiff
path: root/ext/interbase
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2003-09-23 22:17:40 +0000
committerfoobar <sniper@php.net>2003-09-23 22:17:40 +0000
commitafdc20a094c97924fe2e054d52ba51dbf9587f81 (patch)
tree4c5fb5ccf5ec390ba6533612320a1b8b57a2c028 /ext/interbase
parent13dc2d253e61993a111ed63de4177d17c6547a25 (diff)
downloadphp-git-afdc20a094c97924fe2e054d52ba51dbf9587f81.tar.gz
ws fix
Diffstat (limited to 'ext/interbase')
-rw-r--r--ext/interbase/interbase.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/interbase/interbase.c b/ext/interbase/interbase.c
index de1902318b..843ca4fd80 100644
--- a/ext/interbase/interbase.c
+++ b/ext/interbase/interbase.c
@@ -116,7 +116,7 @@ function_entry ibase_functions[] = {
#if HAVE_STRFTIME
PHP_FE(ibase_timefmt, NULL)
#endif
- PHP_FE(ibase_gen_id, NULL)
+ PHP_FE(ibase_gen_id, NULL)
PHP_FE(ibase_num_fields, NULL)
PHP_FE(ibase_num_params, NULL)
#if abies_0
@@ -267,9 +267,9 @@ static void _php_ibase_module_error(char *msg TSRMLS_DC, ...)
/* {{{ internal macros, functions and structures */
typedef struct {
- isc_db_handle *db_ptr;
- long tpb_len;
- char *tpb_ptr;
+ isc_db_handle *db_ptr;
+ long tpb_len;
+ char *tpb_ptr;
} ISC_TEB;
typedef struct {