syntax fix
authorpk910 <philipp@zoelle1.de>
Sun, 14 Aug 2011 20:36:26 +0000 (22:36 +0200)
committerpk910 <philipp@zoelle1.de>
Sun, 14 Aug 2011 20:36:26 +0000 (22:36 +0200)
mysqlConn.c

index e62ef3f4b4e3f11583842f2d92d64c5fe4350cbb..cafda6641123a3888253987f599d78c75e0fa30b 100644 (file)
@@ -48,7 +48,7 @@ void mysql_free() {
         free(escaped->string);
         free(escaped);
     }
-    escaped_strings = NULL
+    escaped_strings = NULL;
 }
 
 void init_mysql() {