mirror of
https://github.com/libretro/scummvm.git
synced 2024-11-23 09:19:55 +00:00
JANITORIAL: Fix auxillary typo in png.cpp
This commit is contained in:
parent
2df817fa0e
commit
5401ee3b13
@ -271,7 +271,7 @@ bool PNGDecoder::loadStream(Common::SeekableReadStream &stream) {
|
||||
png_read_row(pngPtr, (png_bytep)_outputSurface->getBasePtr(0, i), NULL);
|
||||
}
|
||||
} else {
|
||||
// PNGs with interlacing require us to allocate an auxillary
|
||||
// PNGs with interlacing require us to allocate an auxiliary
|
||||
// buffer with pointers to all row starts.
|
||||
|
||||
// Allocate row pointer buffer
|
||||
|
Loading…
Reference in New Issue
Block a user