From: Lennart Poettering Date: Tue, 10 Dec 2019 20:30:39 +0000 (+0100) Subject: locale-util: drop weird invisible unicode codepoints accidentally inserted in comment X-Git-Tag: v245-rc1~278^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5e13bcdd0391c84423533cc98bb565ad7bb635ec;p=thirdparty%2Fsystemd.git locale-util: drop weird invisible unicode codepoints accidentally inserted in comment --- diff --git a/src/basic/locale-util.c b/src/basic/locale-util.c index b3c58057841..457280df9fe 100644 --- a/src/basic/locale-util.c +++ b/src/basic/locale-util.c @@ -377,7 +377,7 @@ const char *special_glyph(SpecialGlyph code) { [SPECIAL_GLYPH_SLIGHTLY_HAPPY_SMILEY] = "\360\237\231\202", /* 🙂 */ [SPECIAL_GLYPH_NEUTRAL_SMILEY] = "\360\237\230\220", /* 😐 */ [SPECIAL_GLYPH_SLIGHTLY_UNHAPPY_SMILEY] = "\360\237\231\201", /* 🙁 */ - [SPECIAL_GLYPH_UNHAPPY_SMILEY] = "\360\237\230\250", /* 😨️️ */ + [SPECIAL_GLYPH_UNHAPPY_SMILEY] = "\360\237\230\250", /* 😨 */ [SPECIAL_GLYPH_DEPRESSED_SMILEY] = "\360\237\244\242", /* 🤢 */ }, };