From 693d2d48b0c5dc584d01c6878bfc293823613f2a Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Tue, 29 Dec 2020 17:44:48 -0500 Subject: Clean up hilex code somewhat --- bin/hilex/irc.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'bin/hilex/irc.c') diff --git a/bin/hilex/irc.c b/bin/hilex/irc.c index acad66e0..99097a99 100644 --- a/bin/hilex/irc.c +++ b/bin/hilex/irc.c @@ -22,10 +22,10 @@ #include "hilex.h" static const char *IRC[ClassCap] = { - [Keyword] = "\00315", - [Macro] = "\00303", - [Comment] = "\00302", - [String] = "\00310", + [Keyword] = "\00315", + [Macro] = "\0033", + [Comment] = "\0032", + [String] = "\00310", [StringFormat] = "\00311", }; -- cgit 1.4.1