mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
fix warning
This commit is contained in:
@@ -105,7 +105,7 @@ int main(int argc, char *argv[])
|
||||
|
||||
fprintf(out,"0x%02x",c);
|
||||
}
|
||||
fprintf(out,",0x00",c);
|
||||
fprintf(out,",0x00");
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user