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
This commit is contained in:
unknown 2004-07-30 10:08:37 +02:00
parent 6fa88eacfa
commit be536c3a9e

View file

@ -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;