mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 17:44:45 +00:00
Append a newline to embedded binary files to keep compiler from crying.
svn path=/trunk/; revision=5102
This commit is contained in:
parent
5ed1368ae1
commit
043a6c087f
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ int main(int argc, char *argv[])
|
||||||
ch = fgetc(in);
|
ch = fgetc(in);
|
||||||
}
|
}
|
||||||
|
|
||||||
fprintf(out, "\n};");
|
fprintf(out, "\n};\n");
|
||||||
|
|
||||||
fclose(in);
|
fclose(in);
|
||||||
fclose(out);
|
fclose(out);
|
||||||
|
|
Loading…
Reference in a new issue