From 0a99855a450256e4e2631460d5f41bd50208f2f6 Mon Sep 17 00:00:00 2001 From: pk910 Date: Sun, 14 Aug 2011 22:36:26 +0200 Subject: [PATCH] syntax fix --- mysqlConn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysqlConn.c b/mysqlConn.c index e62ef3f..cafda66 100644 --- a/mysqlConn.c +++ b/mysqlConn.c @@ -48,7 +48,7 @@ void mysql_free() { free(escaped->string); free(escaped); } - escaped_strings = NULL + escaped_strings = NULL; } void init_mysql() { -- 2.20.1