summaryrefslogtreecommitdiff
path: root/format.c
diff options
context:
space:
mode:
Diffstat (limited to 'format.c')
-rw-r--r--format.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/format.c b/format.c
index 92b4b69..857fe89 100644
--- a/format.c
+++ b/format.c
@@ -26,6 +26,7 @@ struct {
26 { ":-|", "😐" }, 26 { ":-|", "😐" },
27 { ":facepalm:", "🤦" }, 27 { ":facepalm:", "🤦" },
28 { ":shrug:", "🤷" }, 28 { ":shrug:", "🤷" },
29 { ":eyeroll:", "🙄" },
29 { NULL, NULL } 30 { NULL, NULL }
30}; 31};
31 32