diff options
Diffstat (limited to 'src/screenshot.cpp')
-rw-r--r-- | src/screenshot.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screenshot.cpp b/src/screenshot.cpp index 3eebc1841..c2903699b 100644 --- a/src/screenshot.cpp +++ b/src/screenshot.cpp @@ -268,7 +268,7 @@ struct PcxHeader { uint32 unused; uint16 xmax, ymax; uint16 hdpi, vdpi; - byte pal_small[16*3]; + byte pal_small[16 * 3]; byte reserved; byte planes; uint16 pitch; |