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:
parent
1b4d15a40b
commit
c3ec520071
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue