From 80c259f64fd38cdb84f2bcb8a146e7ec4a448070 Mon Sep 17 00:00:00 2001 From: rubidium Date: Wed, 18 Apr 2007 22:10:36 +0000 Subject: (svn r9672) -Cleanup: lots of coding style fixes around operands. --- src/screenshot.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/screenshot.cpp') 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; -- cgit v1.2.3-54-g00ecf