summaryrefslogtreecommitdiff
path: root/parse.h
diff options
context:
space:
mode:
Diffstat (limited to 'parse.h')
-rw-r--r--parse.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/parse.h b/parse.h
index 5837a4f..f44ae1b 100644
--- a/parse.h
+++ b/parse.h
@@ -35,7 +35,7 @@ typedef enum {
// TODO: add the |& thingy
} Connector;
-DECLARE_MAYBE(Connector)
+DECLARE_MAYBE(Connector, MaybeConnector)
typedef struct {
Command cmd;