aboutsummaryrefslogtreecommitdiff
path: root/simon/debug.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'simon/debug.cpp')
-rw-r--r--simon/debug.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/simon/debug.cpp b/simon/debug.cpp
index b8a274dacc..3d3c8dbb9a 100644
--- a/simon/debug.cpp
+++ b/simon/debug.cpp
@@ -409,7 +409,7 @@ void SimonEngine::dump_vga_bitmaps(const byte *vga, byte *vga1, int res) {
i = 538;
- for(i = 1; ; i++) {
+ for (i = 1; ; i++) {
p2 = vga + i * 8;
offs = READ_BE_UINT32(p2);