summaryrefslogtreecommitdiff
path: root/src/hotkeys.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/hotkeys.h')
-rw-r--r--src/hotkeys.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hotkeys.h b/src/hotkeys.h
index d09af5627..b8b1e0984 100644
--- a/src/hotkeys.h
+++ b/src/hotkeys.h
@@ -74,7 +74,7 @@ struct Hotkey {
const uint16 *keycode = default_keycodes;
while (*keycode != 0) {
- this->keycodes.Include(keycode);
+ this->keycodes.Include(*keycode);
keycode++;
}
}