summaryrefslogtreecommitdiffhomepage
path: root/misc/examples/queue.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc/examples/queue.c')
-rw-r--r--misc/examples/queue.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/examples/queue.c b/misc/examples/queue.c
index 3154f115..56b5beb9 100644
--- a/misc/examples/queue.c
+++ b/misc/examples/queue.c
@@ -5,7 +5,7 @@
#define i_tag i
#include <stc/cqueue.h>
-int main() {
+int main(void) {
int n = 100000000;
crand_unif_t dist;
crand_t rng = crand_init(1234);