diff options
Diffstat (limited to 'src/common/color.h')
-rw-r--r-- | src/common/color.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/color.h b/src/common/color.h index 4ebd4f3d0..24a445dac 100644 --- a/src/common/color.h +++ b/src/common/color.h @@ -256,4 +256,4 @@ inline void EncodeX24S8(u8 stencil, u8* bytes) { bytes[3] = stencil; } -} // namespace +} // namespace Color |