aboutsummaryrefslogtreecommitdiff
path: root/src/vga.h
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2023-06-01 22:52:46 +0100
committerJuan J. Martinez <jjm@usebox.net>2023-06-01 22:52:46 +0100
commitafc7ea1e4f667c16100677a3fe6d9b27278a8635 (patch)
tree7bc3c0a82cb4557beef2fda2c31a5a84e7b4c851 /src/vga.h
parente5ba9cb62c62a4a9cb9012dfd45870bc5b988def (diff)
downloadgold-mine-run-afc7ea1e4f667c16100677a3fe6d9b27278a8635.tar.gz
gold-mine-run-afc7ea1e4f667c16100677a3fe6d9b27278a8635.zip
Change comment format
Diffstat (limited to 'src/vga.h')
-rw-r--r--src/vga.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vga.h b/src/vga.h
index 2332413..be90b29 100644
--- a/src/vga.h
+++ b/src/vga.h
@@ -10,4 +10,4 @@ void wait_vsync();
/* the palette is expected to be 8 bit per color, and will be converted to VGA's 6 bit per color */
void set_palette(const uint8_t *palette);
-#endif // _VGA_H
+#endif /* _VGA_H */