Silence gcc warning

"Missing newline at the end of file"

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31203 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Thomas Jarosch 2011-12-10 18:38:28 +00:00
parent 752dd5cc49
commit 0124d7bf6e

View file

@ -316,4 +316,4 @@ int mkboot_iaudio(const char* infile, const char* bootfile, const char* outfile,
free(fbuf); free(fbuf);
return 0; return 0;
} }