summaryrefslogtreecommitdiffhomepage
path: root/examples/new_queue.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/new_queue.c')
-rw-r--r--examples/new_queue.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/new_queue.c b/examples/new_queue.c
index a7fdb723..6e62abe6 100644
--- a/examples/new_queue.c
+++ b/examples/new_queue.c
@@ -2,7 +2,7 @@
#include <stc/forward.h>
#include <stdio.h>
-forward_cqueue(pnt, struct Point);
+forward_cqueue(cqueue_pnt, struct Point);
struct Point { int x, y; } typedef Point;
int point_compare(const Point* a, const Point* b) {