summaryrefslogtreecommitdiff
path: root/src/ao_config.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ao_config.c')
-rw-r--r--src/ao_config.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ao_config.c b/src/ao_config.c
index cd56b473..c6d36247 100644
--- a/src/ao_config.c
+++ b/src/ao_config.c
@@ -439,8 +439,8 @@ ao_config_write(void) __reentrant
#endif
__code struct ao_cmds ao_config_cmds[] = {
- { 'c', ao_config_set, "c <var> <value> Set config variable (? for help, s to show)" },
- { '\0', ao_config_set, NULL },
+ { ao_config_set, "c <var> <value>\0Set config variable (? for help, s to show)" },
+ { 0, NULL },
};
void