patch #1005845 - Warning fix for bin2h.c

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3621 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2004-08-13 19:28:25 +00:00
parent 1b4d15a40b
commit c3ec520071

View file

@ -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);