altos: Switch const for __code in struct ao_cmds
[fw/altos] / src / ao.h
index dade99bf6b572cef9f5bbc9d48dc558df503faf7..bb3846118bcc4f6fe01630eaa7661b67cc8f6a33 100644 (file)
--- a/src/ao.h
+++ b/src/ao.h
@@ -395,7 +395,7 @@ ao_match_word(__code char *word);
 
 struct ao_cmds {
        void            (*func)(void);
-       const char      *help;
+       __code char     *help;
 };
 
 void