diff options
Diffstat (limited to 'src/ui.cc')
-rw-r--r-- | src/ui.cc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -748,7 +748,7 @@ int UI::handle(int event) if (event == KEY) { return 0; // Receive as shortcut } else if (event == SHORTCUT) { - int cmd = Keys::getKeyCmd(); + KeysCommand_t cmd = Keys::getKeyCmd(); if (cmd == KEYS_NOP) { // Do nothing } else if (cmd == KEYS_BACK) { |