summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2020-09-22 09:41:43 +0200
committerGitHub <[email protected]>2020-09-22 09:41:43 +0200
commita0b1659baa898cd124a15b5f7c86670ca08277e5 (patch)
treefbfa5ed108b9df28c1b81ffda6a96db2dd8fce55
parentf2bcd549789bf885452f978b326e78177428be68 (diff)
downloadSTC-modified-a0b1659baa898cd124a15b5f7c86670ca08277e5.tar.gz
STC-modified-a0b1659baa898cd124a15b5f7c86670ca08277e5.zip
Update README.md
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9aad6b15..b031ffc1 100644
--- a/README.md
+++ b/README.md
@@ -272,7 +272,7 @@ int main() {
cmap_str_emplace(&strings, "Make", "my");
cmap_str_emplace(&strings, "Rainy", "day");
cmap_str_emplace(&strings, "Sunny", "afternoon");
- c_push_items(&strings, cmap_str, {{"Eleven", "XI"}, {"Six", "VI"}});
+ c_push_items(&strings, cmap_str, { {"Eleven", "XI"}, {"Six", "VI"} });
printf("size = %zu\n", cmap_str_size(strings));
c_foreach (i, cmap_str, strings)