diff options
author | KatolaZ <katolaz@freaknet.org> | 2019-08-10 09:30:20 +0100 |
---|---|---|
committer | KatolaZ <katolaz@freaknet.org> | 2019-08-10 09:30:20 +0100 |
commit | 4369c420ecdc7bcb11a42e95f8d1ccc0a81d9c67 (patch) | |
tree | 641d9d48197f98780ef1c050454b0eb45faaa896 /2ls10.c | |
parent | bca8e3bce04a63caf5e24c6c4b70c8603756d80f (diff) |
Diffstat (limited to '2ls10.c')
-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; |