diff options
Diffstat (limited to 'parse.h')
| -rw-r--r-- | parse.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -35,7 +35,7 @@ typedef enum { // TODO: add the |& thingy } Connector; -DECLARE_MAYBE(Connector) +DECLARE_MAYBE(Connector, MaybeConnector) typedef struct { Command cmd; |
