summaryrefslogtreecommitdiff
path: root/src/ao_radio.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ao_radio.c')
-rw-r--r--src/ao_radio.c4
1 files changed, 2 insertions, 2 deletions
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