summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/fcint.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fcint.h b/src/fcint.h
index 233b4c30..8e80d1e4 100644
--- a/src/fcint.h
+++ b/src/fcint.h
@@ -253,7 +253,7 @@ struct _FcExprPage {
FcExprPage *next_page;
FcExpr *next;
FcExpr exprs[(1024 - 2/* two pointers */ - 2/* malloc overhead */) * sizeof (void *) / sizeof (FcExpr)];
- FcExpr end[0];
+ FcExpr end[];
};
typedef enum _FcQual {