diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2016-10-28 18:16:21 +0200 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2016-10-28 18:16:21 +0200 |
commit | b6528c73e3e38ef60daf12bb1c2737e235601fd1 (patch) | |
tree | cad89c897f396088b3f51582967b76f3c7f3a493 /degesch.c | |
parent | 1e79aaec2687414cc98045c545c533b0c432f11d (diff) | |
download | xK-b6528c73e3e38ef60daf12bb1c2737e235601fd1.tar.gz xK-b6528c73e3e38ef60daf12bb1c2737e235601fd1.tar.xz xK-b6528c73e3e38ef60daf12bb1c2737e235601fd1.zip |
degesch: microoptimization
Diffstat (limited to 'degesch.c')
-rw-r--r-- | degesch.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3047,7 +3047,7 @@ irc_to_utf8 (const char *text) return xstrdup (text); // Windows 1252 redefines several silly C1 control characters as glyphs - static const char *c1[32] = + static const char c1[32][4] = { "\xe2\x82\xac", "\xc2\x81", "\xe2\x80\x9a", "\xc6\x92", "\xe2\x80\x9e", "\xe2\x80\xa6", "\xe2\x80\xa0", "\xe2\x80\xa1", |