snac2

Fork of https://codeberg.org/grunfink/snac2
git clone https://git.inz.fi/snac2
Log | Files | Refs | README | LICENSE

commit d3c4691cddea6d609bab80b4855429ee9486a951
parent 71d1bd06e15d4291710de0b22538ff8a7d468a49
Author: default <nobody@localhost>
Date:   Fri,  7 Oct 2022 19:24:20 +0200

Emoticon tweak.

Diffstat:
Mformat.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/format.c b/format.c @@ -20,7 +20,7 @@ struct { { ":-(", "&#128542;" }, { ":-*", "&#128536;" }, { ":-/", "&#128533;" }, - { "8-o", "&#128562;" }, + { "8-o", "&#128563;" }, { "%-)", "&#129322;" }, { ":_(", "&#128546;" }, { ":-|", "&#128528;" },