summaryrefslogtreecommitdiff
path: root/format.c
diff options
context:
space:
mode:
Diffstat (limited to 'format.c')
-rw-r--r--format.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/format.c b/format.c
index b7dfdf8..f0f4298 100644
--- a/format.c
+++ b/format.c
@@ -20,7 +20,7 @@ struct {
20 { ":-(", "😞" }, 20 { ":-(", "😞" },
21 { ":-*", "😘" }, 21 { ":-*", "😘" },
22 { ":-/", "😕" }, 22 { ":-/", "😕" },
23 { "8-o", "😳" }, 23 { "8-o", "😲" },
24 { "%-)", "🤪" }, 24 { "%-)", "🤪" },
25 { ":_(", "😢" }, 25 { ":_(", "😢" },
26 { ":-|", "😐" }, 26 { ":-|", "😐" },
@@ -29,6 +29,7 @@ struct {
29 { ":eyeroll:", "🙄" }, 29 { ":eyeroll:", "🙄" },
30 { ":beer:", "🍺" }, 30 { ":beer:", "🍺" },
31 { ":beers:", "🍻" }, 31 { ":beers:", "🍻" },
32 { ":munch:", "😱" },
32 { NULL, NULL } 33 { NULL, NULL }
33}; 34};
34 35