Skip to content

Commit 6aecc4c

Browse files
committed
- Missing ';'
1 parent a8d2d22 commit 6aecc4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/informix/ifx.ec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1419,7 +1419,7 @@ EXEC SQL END DECLARE SECTION;
14191419
}
14201420

14211421
if (ifx_check() < 0) {
1422-
char *ifx_err = ifx_error(ifx)
1422+
char *ifx_err = ifx_error(ifx);
14231423
IFXG(sv_sqlcode) = SQLCODE;
14241424
EXEC SQL DEALLOCATE DESCRIPTOR :i_descrpid;
14251425
EXEC SQL free :statemid;

0 commit comments

Comments
 (0)