JANITORIAL: Added comment to the namespace closing bracket

This commit is contained in:
Eugene Sandulenko 2023-02-28 01:59:35 +01:00
parent 48bef047e0
commit 369d6874a4
No known key found for this signature in database
GPG Key ID: 014D387312D34F08

View File

@ -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) {