X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=src%2Fao_config.c;h=c6d36247f1b5504f6e034cd879bdbe2df23834ab;hp=cd56b47314a62d091bc7e311411a8e3ac11c5848;hb=8cdf4fb051c22b35c251d90bc288551f7c2898bf;hpb=2cfe205de4242398e69c9e7c613af0d2a7094686 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 Set config variable (? for help, s to show)" }, - { '\0', ao_config_set, NULL }, + { ao_config_set, "c \0Set config variable (? for help, s to show)" }, + { 0, NULL }, }; void