1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Fix syntax error

This commit is contained in:
msvensson@neptunus.(none)
2006-04-11 22:10:11 +02:00
parent 5848a4276d
commit 0bdb9ff547

View File

@ -756,8 +756,7 @@ get_options(int *argc,char ***argv)
if (create_string || auto_generate_sql) if (create_string || auto_generate_sql)
{ {
if (verbose >= 1) if (verbose >= 1)
fprintf(stderr, fprintf(stderr, "Turning off preserve-schema!\n");
"%s: Turning off preserve-schema!\n");
opt_preserve= FALSE; opt_preserve= FALSE;
} }