mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
Remove an unnecessary .close() call that the destructor handles
This commit is contained in:
@@ -408,5 +408,4 @@ void reverse() {
|
|||||||
png_write_end(png, pngInfo);
|
png_write_end(png, pngInfo);
|
||||||
|
|
||||||
png_destroy_write_struct(&png, &pngInfo);
|
png_destroy_write_struct(&png, &pngInfo);
|
||||||
pngFile.close();
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user