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,",0x00",c);
fprintf(out,",0x00");
}
else
{