summaryrefslogtreecommitdiff
path: root/maje.h
diff options
context:
space:
mode:
Diffstat (limited to 'maje.h')
-rw-r--r--maje.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/maje.h b/maje.h
index ae62e0e..920efa5 100644
--- a/maje.h
+++ b/maje.h
@@ -13,7 +13,7 @@ struct majefile {
struct majeflag {
struct majeflag *next;
struct majeflag *prev;
- enum { MAJE_CFLAG, MAJE_LDFLAG, MAJE_LDLIB } type;
+ enum { MAJE_CFLAG, MAJE_LDFLAG, MAJE_LDLIB, MAJE_LIB } type;
char flag[];
};