aboutsummaryrefslogtreecommitdiff
path: root/syntax.h
diff options
context:
space:
mode:
Diffstat (limited to 'syntax.h')
-rw-r--r--syntax.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/syntax.h b/syntax.h
index accae9f..7d952fb 100644
--- a/syntax.h
+++ b/syntax.h
@@ -13,7 +13,7 @@ typedef struct {
typedef struct {
char *rule; /* regex to search for */
int cflags; /* compilation flags (REG_*) used when compiling */
- Color color; /* settings to apply in case of a match */
+ Color *color; /* settings to apply in case of a match */
regex_t regex; /* compiled form of the above rule */
} SyntaxRule;