altos: Remove spurious 'const' from ao_state_names
authorKeith Packard <keithp@keithp.com>
Tue, 14 Aug 2018 00:43:57 +0000 (17:43 -0700)
committerKeith Packard <keithp@keithp.com>
Wed, 15 Aug 2018 22:40:15 +0000 (15:40 -0700)
Current gcc complains about this.

Signed-off-by: Keith Packard <keithp@keithp.com>
src/kernel/ao.h

index 2bd0e3673d47701eb12565566260aeeb48eb5780..0a3981d743b323c229ef75323867e42a2fca0369 100644 (file)
@@ -662,7 +662,7 @@ ao_radio_init(void);
 
 #if HAS_MONITOR
 
-extern const char const * const ao_state_names[];
+extern const char * const ao_state_names[];
 
 #define AO_MONITOR_RING        8