Skip to content

Commit 0d23670

Browse files
committed
Fixing comment allowing the module to compile again
1 parent a6166bf commit 0d23670

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/fbsql/php_fbsql.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ struct PHPFBLink
164164
#define FBSQL_ISO_VERSIONED 4
165165

166166
#define FBSQL_LOB_DIRECT 0 /* default */
167-
#define FBSQL_LOB_HANDLE 1 /I default */
167+
#define FBSQL_LOB_HANDLE 1 /* default */
168168

169169

170170
/* {{{ fbsql_functions[]

0 commit comments

Comments
 (0)