mirror of
https://gitlab.com/bztsrc/posix-uefi.git
synced 2024-12-28 06:55:08 +01:00
Add support for PNG with palette
This commit is contained in:
parent
e9dc9867f0
commit
5a93c75d2a
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ int main(int argc, char **argv)
|
|||
fseek(f, 0, SEEK_SET);
|
||||
buff = (unsigned char*)malloc(size);
|
||||
if(!buff) {
|
||||
err: fprintf(stderr, "unable to allocate memory\n");
|
||||
fprintf(stderr, "unable to allocate memory\n");
|
||||
return 1;
|
||||
}
|
||||
fread(buff, size, 1, f);
|
||||
|
|
Loading…
Reference in a new issue