diff options
author | Juan J. Martinez <jjm@usebox.net> | 2023-06-01 22:52:46 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2023-06-01 22:52:46 +0100 |
commit | afc7ea1e4f667c16100677a3fe6d9b27278a8635 (patch) | |
tree | 7bc3c0a82cb4557beef2fda2c31a5a84e7b4c851 /src/vga.h | |
parent | e5ba9cb62c62a4a9cb9012dfd45870bc5b988def (diff) | |
download | gold-mine-run-afc7ea1e4f667c16100677a3fe6d9b27278a8635.tar.gz gold-mine-run-afc7ea1e4f667c16100677a3fe6d9b27278a8635.zip |
Change comment format
Diffstat (limited to 'src/vga.h')
-rw-r--r-- | src/vga.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |