diff options
Diffstat (limited to 'stage3/font.h')
-rw-r--r-- | stage3/font.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stage3/font.h b/stage3/font.h index 2f43e9e..8ad2874 100644 --- a/stage3/font.h +++ b/stage3/font.h @@ -3,7 +3,7 @@ #include "def.h" -void print(char *line); +void print(const char *line); void set_font_size(u16 size); void print_char(char c); |