summaryrefslogtreecommitdiff
path: root/src/prioq.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/prioq.c')
-rw-r--r--src/prioq.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/prioq.c b/src/prioq.c
index 7cd29e8..1d3beb2 100644
--- a/src/prioq.c
+++ b/src/prioq.c
@@ -3,9 +3,9 @@
#include "alloc.h"
#include "genalloc.h"
-GEN_ALLOC_readyplus(prioq, struct prioq_elt, p, len, a, i, n, x, 100, prioq_readyplus)
+GEN_ALLOC_readyplus(prioq, struct prioq_elt, p, len, a, i, n, x, 100, prioq_readyplus);
- int prioq_insert(prioq *pq, struct prioq_elt *pe)
+int prioq_insert(prioq *pq, struct prioq_elt *pe)
{
int i;
int j;