Fix keyboard_indicators() prototype

according to both the function definition and the comment in
config.def.h, keyboard_indicators() should take a format string.
This commit is contained in:
NRK 2022-08-27 20:40:20 +06:00 committed by drkhsh
parent 84a2f117a3
commit 3c47701aea
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ const char *ipv6(const char *interface);
const char *kernel_release(void);
/* keyboard_indicators */
const char *keyboard_indicators(void);
const char *keyboard_indicators(const char *fmt);
/* keymap */
const char *keymap(void);