From: eltang Date: Sat, 2 Apr 2016 17:00:31 +0000 (-0700) Subject: Update action.c X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=5a9091689c3e1b4c444f56c9cb335817dc9fc2bb;p=qmk_firmware.git Update action.c --- diff --git a/tmk_core/common/action.c b/tmk_core/common/action.c index f47256de7..bf609f5e7 100644 --- a/tmk_core/common/action.c +++ b/tmk_core/common/action.c @@ -55,7 +55,7 @@ void action_exec(keyevent_t event) #if !defined(NO_ACTION_LAYER) && defined(PREVENT_STUCK_MODIFIERS) bool disable_action_cache = false; -uint8_t source_layers_cache[5][((MATRIX_ROWS * MATRIX_COLS + 7) / 8)] = {0}; +uint8_t source_layers_cache[5][(MATRIX_ROWS * MATRIX_COLS + 7) / 8] = {0}; void process_action_nocache(keyrecord_t *record) {