]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
Remove unprintable non-ASCII char from special glyph ASCII fallback table
authorMarko Myllynen <myllynen@redhat.com>
Mon, 21 Oct 2019 18:58:51 +0000 (21:58 +0300)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 22 Oct 2019 08:31:47 +0000 (10:31 +0200)
src/basic/locale-util.c

index 039e965bc4970aa1c135da62a3ded6cb486703f2..e94c29939c7e6f810a67f07605c329777eff7325 100644 (file)
@@ -356,7 +356,7 @@ const char *special_glyph(SpecialGlyph code) {
                         [SPECIAL_GLYPH_SLIGHTLY_HAPPY_SMILEY]   = ":-)",
                         [SPECIAL_GLYPH_NEUTRAL_SMILEY]          = ":-|",
                         [SPECIAL_GLYPH_SLIGHTLY_UNHAPPY_SMILEY] = ":-(",
-                        [SPECIAL_GLYPH_UNHAPPY_SMILEY]          = ":-{",
+                        [SPECIAL_GLYPH_UNHAPPY_SMILEY]          = ":-{",
                         [SPECIAL_GLYPH_DEPRESSED_SMILEY]        = ":-[",
                 },