X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fao_radio.c;h=d7c00213dfac795e312d29004df08b9278d9a8ad;hb=c826fab31f8aea25a942b6bb8435d4b04c1bef10;hp=d156f54349caefffa33bc24bc638b560e2d3982e;hpb=fe5123fa801f5dafed8b052da607899d1ef20500;p=fw%2Faltos diff --git a/src/ao_radio.c b/src/ao_radio.c index d156f543..d7c00213 100644 --- a/src/ao_radio.c +++ b/src/ao_radio.c @@ -455,8 +455,8 @@ ao_radio_test(void) } __code struct ao_cmds ao_radio_cmds[] = { - { 'C', ao_radio_test, "C <1 start, 0 stop, none both> Radio carrier test" }, - { 0, ao_radio_test, NULL }, + { ao_radio_test, "C <1 start, 0 stop, none both>\0Radio carrier test" }, + { 0, NULL }, }; void