Skip to content

Commit

Permalink
Fix GCC build broken by r32744
Browse files Browse the repository at this point in the history
Indicate in function declaration that vt_palette_init does not take any arguments
  • Loading branch information
gonzoua committed Dec 31, 2017
1 parent b6f4732 commit de87887
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sys/dev/vt/colors/vt_termcolors.c
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ vt_parse_rgb_triplet(const char *rgb, unsigned char *r,
}

static void
vt_palette_init()
vt_palette_init(void)
{
int i;
char rgb[32];
Expand Down

0 comments on commit de87887

Please sign in to comment.