From afc7ea1e4f667c16100677a3fe6d9b27278a8635 Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Thu, 1 Jun 2023 22:52:46 +0100 Subject: Change comment format --- src/vga.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/vga.h') 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 */ -- cgit v1.2.3