1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-07 00:04:31 +03:00

fix warning

This commit is contained in:
Vladislav Vaintroub
2011-03-11 16:06:35 +01:00
parent 830fc03390
commit 5d843fc702

View File

@@ -105,7 +105,7 @@ int main(int argc, char *argv[])
fprintf(out,"0x%02x",c); fprintf(out,"0x%02x",c);
} }
fprintf(out,",0x00",c); fprintf(out,",0x00");
} }
else else
{ {