Fixed compile error in mysql_client_test using gcc

This commit is contained in:
Bjorn Munch 2012-07-09 16:36:50 +02:00
parent a1425b1032
commit aacb690bd5

View File

@ -1190,7 +1190,7 @@ and you are welcome to modify and redistribute it under the GPL license\n");
}
struct my_tests_st *get_my_tests(); /* Will be defined in main .c file */
static struct my_tests_st *get_my_tests(); /* To be defined in main .c file */
static struct my_tests_st *my_testlist= 0;