tools/mkfsdata.pl: Apparently, the trailing the 0x00 in http server files is seen as a bug in javascript and images. From Max/Himax

This commit is contained in:
Gregory Nutt 2014-06-19 08:35:45 -06:00
parent e940245df9
commit 1457517d2d
1 changed files with 2 additions and 1 deletions

View File

@ -86,7 +86,8 @@ foreach $file (@files) {
print(OUTPUT " ");
}
}
print(OUTPUT "0x00\n};\n\n");
# print(OUTPUT "0x00\n};\n\n");
print(OUTPUT "\n};\n\n");
close(FILE);
push(@fvars, $fvar);
push(@pfiles, $file);