summaryrefslogtreecommitdiffhomepage
path: root/misc/examples/multimap.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc/examples/multimap.c')
-rw-r--r--misc/examples/multimap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/examples/multimap.c b/misc/examples/multimap.c
index dc4a1ee0..a89b251b 100644
--- a/misc/examples/multimap.c
+++ b/misc/examples/multimap.c
@@ -40,7 +40,7 @@ OlympicLoc OlympicLoc_clone(OlympicLoc loc);
void OlympicLoc_drop(OlympicLoc* self);
// Create a clist<OlympicLoc>, can be sorted by year.
-#define i_valclass OlympicLoc // binds _cmp, _clone and _drop.
+#define i_keyclass OlympicLoc // binds _cmp, _clone and _drop.
#define i_tag OL
#include <stc/clist.h>