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:
parent
84a2f117a3
commit
3c47701aea
@ -32,7 +32,7 @@ const char *ipv6(const char *interface);
|
|||||||
const char *kernel_release(void);
|
const char *kernel_release(void);
|
||||||
|
|
||||||
/* keyboard_indicators */
|
/* keyboard_indicators */
|
||||||
const char *keyboard_indicators(void);
|
const char *keyboard_indicators(const char *fmt);
|
||||||
|
|
||||||
/* keymap */
|
/* keymap */
|
||||||
const char *keymap(void);
|
const char *keymap(void);
|
||||||
|
Loading…
Reference in New Issue
Block a user