jpeg: close file when finished

This commit is contained in:
K. Lange 2018-12-05 20:29:50 +09:00
parent 950c15ccf4
commit bac479e309

View File

@ -454,5 +454,7 @@ int load_sprite_jpg(sprite_t * tsprite, char * filename) {
}
}
fclose(f);
return 0;
}