summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--format.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/format.c b/format.c
index 857fe89..b7dfdf8 100644
--- a/format.c
+++ b/format.c
@@ -27,6 +27,8 @@ struct {
27 { ":facepalm:", "🤦" }, 27 { ":facepalm:", "🤦" },
28 { ":shrug:", "🤷" }, 28 { ":shrug:", "🤷" },
29 { ":eyeroll:", "🙄" }, 29 { ":eyeroll:", "🙄" },
30 { ":beer:", "🍺" },
31 { ":beers:", "🍻" },
30 { NULL, NULL } 32 { NULL, NULL }
31}; 33};
32 34