dict.c
changeset 6 bc41369f4587
parent 0 7f37716d4f1e
child 8 09ec33061ff3
--- a/dict.c	Mon Aug 13 16:27:41 2007 +0200
+++ b/dict.c	Mon Aug 13 23:45:27 2007 +0200
@@ -107,7 +107,7 @@
         case '8': return 60;
         case '9': return 61;
         case '+': return 62;
-        case '/': return 63;
+        case '-': return 63;
         default:
                   return 0;
     }