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

View File

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