summaryrefslogtreecommitdiffhomepage
path: root/stc
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2020-07-14 12:13:59 +0200
committerTyge Løvset <[email protected]>2020-07-14 12:16:08 +0200
commitd321570097ef5abeb86d3fe005e0da7b4ba28408 (patch)
tree1ccc32404cdd73b4f4df046604cfcdcaefde9d06 /stc
parentdf4f9c6aa33fd5f33ed09ad4f698a548b4f913b9 (diff)
downloadSTC-modified-d321570097ef5abeb86d3fe005e0da7b4ba28408.tar.gz
STC-modified-d321570097ef5abeb86d3fe005e0da7b4ba28408.zip
Updated declare_CHash call.
Diffstat (limited to 'stc')
-rw-r--r--stc/chash.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/stc/chash.h b/stc/chash.h
index 1518d1dc..870d6ae4 100644
--- a/stc/chash.h
+++ b/stc/chash.h
@@ -23,7 +23,7 @@
/* // Example:
#include <stdio.h>
-#include <stc/cmap.h>
+#include <stc/chash.h>
declare_CHash(sx, int); // Set of int
declare_CHash(mx, int, char); // Map of int -> char