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 | |
parent | e5ba9cb62c62a4a9cb9012dfd45870bc5b988def (diff) | |
download | gold-mine-run-afc7ea1e4f667c16100677a3fe6d9b27278a8635.tar.gz gold-mine-run-afc7ea1e4f667c16100677a3fe6d9b27278a8635.zip |
Change comment format
-rw-r--r-- | src/data.h | 2 | ||||
-rw-r--r-- | src/vga.h | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -5,4 +5,4 @@ extern const uint8_t binary_palette_start[]; extern const uint8_t binary_sprites_start[]; -#endif // _DATA_H +#endif /* _DATA_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 */ |