summaryrefslogtreecommitdiff
path: root/cmd.h
diff options
context:
space:
mode:
Diffstat (limited to 'cmd.h')
-rw-r--r--cmd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd.h b/cmd.h
index 9a019f2c74..14a5dbd419 100644
--- a/cmd.h
+++ b/cmd.h
@@ -111,7 +111,7 @@ struct cmd {
EXT CMD *main_root INIT(Nullcmd);
EXT CMD *eval_root INIT(Nullcmd);
-EXT struct compcmd {
+struct compcmd {
CMD *comp_true;
CMD *comp_alt;
};