Commit 80e74c80 authored by guilhem@mysql.com's avatar guilhem@mysql.com

syntax fix: superfluous ';' which caused a problem with gcc 2.95

parent 3262c287
...@@ -578,7 +578,7 @@ fractional: ...@@ -578,7 +578,7 @@ fractional:
void init_time(void) void init_time(void)
{ {
time_t seconds; time_t seconds;
struct tm *l_time,tm_tmp;; struct tm *l_time,tm_tmp;
MYSQL_TIME my_time; MYSQL_TIME my_time;
bool not_used; bool not_used;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment