mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +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_destroy_write_struct(&png, &pngInfo);
|
||||
pngFile.close();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user