diff options
Diffstat (limited to 'openbox/parse.h')
| -rw-r--r-- | openbox/parse.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/parse.h b/openbox/parse.h index 3ce5ebbd..abd5bb2d 100644 --- a/openbox/parse.h +++ b/openbox/parse.h @@ -11,7 +11,7 @@ typedef enum { TOKEN_INTEGER = INTEGER, TOKEN_STRING = STRING, TOKEN_IDENTIFIER = IDENTIFIER, - TOKEN_BOOL = BOOL, + TOKEN_BOOL = BOOLEAN, TOKEN_LIST, TOKEN_LBRACE = '{', TOKEN_RBRACE = '}', |
