mirror of
https://github.com/MariaDB/server.git
synced 2025-01-27 09:14:17 +01:00
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:
parent
6fa88eacfa
commit
be536c3a9e
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue