mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-13 12:39:56 +00:00
JANITORIAL: Added comment to the namespace closing bracket
This commit is contained in:
parent
48bef047e0
commit
369d6874a4
@ -111,7 +111,8 @@ void downscaleCLUT8ByHalf(const uint8 *srcPtr, uint32 srcPitch, uint8 *dstPtr, u
|
||||
dst += dstSkip;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
} // end of anonymous namespsce
|
||||
|
||||
void downscaleSurfaceByHalf(Surface *out, const Surface *in, const byte *palette) {
|
||||
if (in->format.isCLUT8() && out->format.isCLUT8() && palette != nullptr) {
|
||||
|
Loading…
Reference in New Issue
Block a user