mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
Add missing semicolon
This commit is contained in:
@@ -4140,7 +4140,7 @@ void init_win_path_patterns()
|
||||
"$MYSQL_TMP_DIR",
|
||||
"$MYSQLTEST_VARDIR",
|
||||
"./test/" };
|
||||
int num_paths= sizeof(paths)/sizeof(char*),
|
||||
int num_paths= sizeof(paths)/sizeof(char*);
|
||||
int i;
|
||||
char* p;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user