diff options
-rw-r--r-- | 2ls10.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ #define cond(x) ((t) ? (x)/n : (x)%n) -int st[1<<7], lo, li, ls, m, pt, n, pl, t; +int st[1<<8], lo, li, ls, m, pt, n, pl, t; char nf; struct termios t1, t2; |