summaryrefslogtreecommitdiffhomepage
path: root/misc/examples/scheduler.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc/examples/scheduler.c')
-rw-r--r--misc/examples/scheduler.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/examples/scheduler.c b/misc/examples/scheduler.c
index c1168850..d812ff42 100644
--- a/misc/examples/scheduler.c
+++ b/misc/examples/scheduler.c
@@ -9,7 +9,7 @@ struct Task {
};
#define i_type Scheduler
-#define i_val struct Task
+#define i_key struct Task
#include <stc/cqueue.h>
static bool schedule(Scheduler* sched)