summaryrefslogtreecommitdiffhomepage
path: root/examples/books.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/books.c')
-rw-r--r--examples/books.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/books.c b/examples/books.c
index bfced28f..b6067d81 100644
--- a/examples/books.c
+++ b/examples/books.c
@@ -24,8 +24,8 @@ int main()
"Very enjoyable"
);
cmap_str_insert(&book_reviews,
- cstr_new("The Adventures of Sherlock Holmes"),
- cstr_new("Eye lyked it alot.")
+ cstr_lit("The Adventures of Sherlock Holmes"),
+ cstr_lit("Eye lyked it alot.")
);
// Check for a specific one.