From b6528c73e3e38ef60daf12bb1c2737e235601fd1 Mon Sep 17 00:00:00 2001
From: Přemysl Janouch
Date: Fri, 28 Oct 2016 18:16:21 +0200
Subject: degesch: microoptimization
---
degesch.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/degesch.c b/degesch.c
index d4066c1..f417e0b 100644
--- a/degesch.c
+++ b/degesch.c
@@ -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",
--
cgit v1.2.3-70-g09d2