1
0
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:
unknown
2006-11-21 09:36:29 +01:00
parent 1273bc1909
commit fba971f585

View File

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