mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +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