Append a newline to embedded binary files to keep compiler from crying.

svn path=/trunk/; revision=5102
This commit is contained in:
Eric Kohl 2003-07-12 18:01:53 +00:00
parent 5ed1368ae1
commit 043a6c087f

View file

@ -39,7 +39,7 @@ int main(int argc, char *argv[])
ch = fgetc(in);
}
fprintf(out, "\n};");
fprintf(out, "\n};\n");
fclose(in);
fclose(out);