From be536c3a9e3282345ed8e3a256c9a8f02a8634a5 Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 30 Jul 2004 10:08:37 +0200 Subject: [PATCH] syntax fix: superfluous ';' which caused a problem with gcc 2.95 sql-common/my_time.c: superfluous ; which caused a problem with gcc 2.95 --- sql-common/my_time.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql-common/my_time.c b/sql-common/my_time.c index 24c19be47ba..df852ad8880 100644 --- a/sql-common/my_time.c +++ b/sql-common/my_time.c @@ -578,7 +578,7 @@ fractional: void init_time(void) { time_t seconds; - struct tm *l_time,tm_tmp;; + struct tm *l_time,tm_tmp; MYSQL_TIME my_time; bool not_used;