Skip to content

Commit

Permalink
Fix function prototype
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim van der Molen committed Aug 2, 2024
1 parent f7eccd3 commit f471b7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion screen.c
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
#define SCREEN_TITLE_ROW 0
#define SCREEN_VIEW_ROW 1

static short int screen_get_colour(const char *, int);
static short int screen_get_colour(const char *, enum colour);
static void screen_msg_vprintf(int, const char *,
va_list);
static void screen_print_row(const char *);
Expand Down

0 comments on commit f471b7a

Please sign in to comment.