summaryrefslogtreecommitdiff
path: root/ext/odbc/php_birdstep.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/odbc/php_birdstep.h')
-rw-r--r--ext/odbc/php_birdstep.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/odbc/php_birdstep.h b/ext/odbc/php_birdstep.h
index eab1dcee7c..7e5aaa1006 100644
--- a/ext/odbc/php_birdstep.h
+++ b/ext/odbc/php_birdstep.h
@@ -40,7 +40,7 @@ typedef struct {
typedef struct Vresult {
HSTMT hstmt;
- VConn *conn;
+ VConn *conn;
zend_long index;
VResVal *values;
zend_long numcols;