bug fix: just fixed a holdover from a long time ago

which just now started to make compilation fail
partial-rewrite
Ben Blazak 2013-05-29 02:08:17 -07:00
parent 681d51ffb1
commit e82c23b21c
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ static void _set_modifier_state(struct _modifier_state_t state) {
// ----------------------------------------------------------------------------
void key_functions__toggle_capslock(uint16_t ignore) {
void key_functions__toggle_capslock(void) {
struct _modifier_state_t state = _read_modifier_state();
// -------
struct _modifier_state_t temp_state = state;