summaryrefslogtreecommitdiff
path: root/src/ao.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ao.h')
-rw-r--r--src/ao.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ao.h b/src/ao.h
index c2d7d22b..791064e8 100644
--- a/src/ao.h
+++ b/src/ao.h
@@ -380,7 +380,6 @@ uint8_t
ao_match_word(__code char *word);
struct ao_cmds {
- char cmd;
void (*func)(void);
const char *help;
};