summaryrefslogtreecommitdiff
path: root/textpre.awk
diff options
context:
space:
mode:
Diffstat (limited to 'textpre.awk')
-rw-r--r--textpre.awk2
1 files changed, 1 insertions, 1 deletions
diff --git a/textpre.awk b/textpre.awk
index 7b5e97fc..2efc59df 100644
--- a/textpre.awk
+++ b/textpre.awk
@@ -31,7 +31,7 @@ char["Z"] = "$99"
char["("] = "$9A"
char[")"] = "$9B"
char[":"] = "$9C"
-char[";"] = "$9C"
+char[";"] = "$9D"
char["["] = "$9E"
char["]"] = "$9F"
char["a"] = "$A0"