aboutsummaryrefslogtreecommitdiff
path: root/simon/vga.h
diff options
context:
space:
mode:
Diffstat (limited to 'simon/vga.h')
-rw-r--r--simon/vga.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/simon/vga.h b/simon/vga.h
index 071539c56d..dfe013e64e 100644
--- a/simon/vga.h
+++ b/simon/vga.h
@@ -77,7 +77,7 @@ struct VC10_state {
byte depack_dest[200];
};
-byte *vc_10_depack_column(VC10_state * vs);
+byte *vc_10_depack_column(VC10_state *vs);
#endif