summaryrefslogtreecommitdiffhomepage
path: root/stc/cqueue.h
diff options
context:
space:
mode:
Diffstat (limited to 'stc/cqueue.h')
-rw-r--r--stc/cqueue.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/stc/cqueue.h b/stc/cqueue.h
index 42c0e99e..c81b8092 100644
--- a/stc/cqueue.h
+++ b/stc/cqueue.h
@@ -65,7 +65,7 @@
typedef ctype##_rawvalue_t cqueue_##X##_rawvalue_t; \
typedef ctype##_input_t cqueue_##X##_input_t; \
STC_INLINE cqueue_##X \
- cqueue_##X##_init() {return ctype##_init();} \
+ cqueue_##X##_init(void) {return ctype##_init();} \
STC_INLINE void \
cqueue_##X##_del(cqueue_##X* self) {ctype##_del(self);} \
STC_INLINE size_t \