diff options
Diffstat (limited to 'src/ao_serial.c')
| -rw-r--r-- | src/ao_serial.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/src/ao_serial.c b/src/ao_serial.c index a48734c2..dd383fca 100644 --- a/src/ao_serial.c +++ b/src/ao_serial.c @@ -93,8 +93,8 @@ monitor_serial(void)  }  __code struct ao_cmds ao_serial_cmds[] = { -	{ 'M', monitor_serial,		"M <enable>                         Monitor serial data" }, -	{ 0, monitor_serial, NULL }, +	{ monitor_serial,		"M <enable>\0Monitor serial data" }, +	{ 0, NULL },  };  static const struct { | 
