summaryrefslogtreecommitdiffstats
path: root/polyp/strbuf.c
diff options
context:
space:
mode:
Diffstat (limited to 'polyp/strbuf.c')
-rw-r--r--polyp/strbuf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/polyp/strbuf.c b/polyp/strbuf.c
index ef48a3fb..169604e8 100644
--- a/polyp/strbuf.c
+++ b/polyp/strbuf.c
@@ -36,7 +36,7 @@
struct chunk {
struct chunk *next;
size_t length;
- char text[0];
+ char text[];
};
struct pa_strbuf {