diff --git a/Source/exehead/bin2h.c b/Source/exehead/bin2h.c index 994b133c..dcf1690c 100644 --- a/Source/exehead/bin2h.c +++ b/Source/exehead/bin2h.c @@ -52,7 +52,7 @@ int main(int argc, char *argv[]) { total_bytes++; fprintf(out,"%i",c); } - fprintf(out,"};\n",token); + fprintf(out,"};\n"); fclose(in); fclose(out); fprintf(stderr,"%s -> %s (%d bytes)\n\n",argv[1],token,total_bytes);