summaryrefslogtreecommitdiffstats
path: root/polyp/llist.h
diff options
context:
space:
mode:
Diffstat (limited to 'polyp/llist.h')
-rw-r--r--polyp/llist.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/polyp/llist.h b/polyp/llist.h
index 12a33e90..ec8e0299 100644
--- a/polyp/llist.h
+++ b/polyp/llist.h
@@ -24,7 +24,7 @@
#define PA_LLIST_HEAD(t,name) t *name
-#define PA_LLIST_FIELDS(t) t *next, *prev;
+#define PA_LLIST_FIELDS(t) t *next, *prev
#define PA_LLIST_HEAD_INIT(t,item) do { (item) = NULL; } while(0)