diff options
Diffstat (limited to 'src/commands.c')
-rw-r--r-- | src/commands.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands.c b/src/commands.c index d6c12a9..b89c5a4 100644 --- a/src/commands.c +++ b/src/commands.c @@ -69,7 +69,7 @@ static const struct cmumble_command commands[] = { }; const char * -cmumble_command_complete(const char *text) +cmumble_command_expand_shortcut(const char *text) { int i = 0; int found_index = -1; |