From 48d82a49e8c6d7a28e95edff02b18903fb293023 Mon Sep 17 00:00:00 2001 From: malc Date: Sun, 20 Jul 2014 10:24:00 +0400 Subject: [PATCH] Fix minus value --- pp.sed | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pp.sed b/pp.sed index 4649007..fb18fa2 100644 --- a/pp.sed +++ b/pp.sed @@ -26,7 +26,7 @@ s;@kpprior;0xff9a; s;@kpright;0xff98; s;@kpup;0xff97; s;@left;0xff51; -s;@minus;41; +s;@minus;45; s;@next;0xff56; s;@pipe;124; s;@plus;43; -- 2.11.4.GIT