summaryrefslogtreecommitdiffstats
path: root/input/keycodes.h
diff options
context:
space:
mode:
Diffstat (limited to 'input/keycodes.h')
-rw-r--r--input/keycodes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/input/keycodes.h b/input/keycodes.h
index e7dd10c8ab..adc33889fb 100644
--- a/input/keycodes.h
+++ b/input/keycodes.h
@@ -260,7 +260,7 @@ int mp_input_get_key_from_name(const char *name);
char *mp_input_get_key_name(int key);
// Combination of multiple keys to string.
-char *mp_input_get_key_combo_name(int *keys, int max);
+char *mp_input_get_key_combo_name(const int *keys, int max);
// String containing combination of multiple string to keys.
int mp_input_get_keys_from_string(char *str, int max_num_keys,