]> granicus.if.org Git - php/commitdiff
- Missing ';'
authorPierre Joye <pajoye@php.net>
Mon, 31 May 2004 20:59:57 +0000 (20:59 +0000)
committerPierre Joye <pajoye@php.net>
Mon, 31 May 2004 20:59:57 +0000 (20:59 +0000)
ext/informix/ifx.ec

index b75641c23f4ea332abbfa6a7e945eec3c496436b..c32c3ecbd3dbd5b2b80a02ec3d739c7403cc54f7 100644 (file)
@@ -1419,7 +1419,7 @@ EXEC SQL END DECLARE SECTION;
                                }
 
                                if (ifx_check() < 0)   {
-                                       char *ifx_err = ifx_error(ifx)
+                                       char *ifx_err = ifx_error(ifx);
                                        IFXG(sv_sqlcode) = SQLCODE;
                                        EXEC SQL DEALLOCATE DESCRIPTOR :i_descrpid;
                                        EXEC SQL free :statemid;