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 5a282ce292..015c3f20cd 100644
--- a/simon/vga.h
+++ b/simon/vga.h
@@ -88,7 +88,7 @@ struct VC10_state {
byte depack_dest[200];
};
-byte *vc_10_depack_column(VC10_state *vs);
+byte *vc10_depack_column(VC10_state *vs);
} // End of namespace Simon