diff options
| -rw-r--r-- | src/ao.h | 2 | 
1 files changed, 1 insertions, 1 deletions
@@ -395,7 +395,7 @@ ao_match_word(__code char *word);  struct ao_cmds {  	void		(*func)(void); -	const char	*help; +	__code char	*help;  };  void  | 
![]()  | 
index : mjb/altos | |
| AltOS - the operating system for Altus Metrum products | Bdale Garbee | 
| summaryrefslogtreecommitdiff | 
| -rw-r--r-- | src/ao.h | 2 | 
@@ -395,7 +395,7 @@ ao_match_word(__code char *word);  struct ao_cmds {  	void		(*func)(void); -	const char	*help; +	__code char	*help;  };  void  |