diff options
author | rsc <devnull@localhost> | 2003-12-06 18:05:27 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2003-12-06 18:05:27 +0000 |
commit | e97ceade5e1bba5787e39429384336fa37797906 (patch) | |
tree | 1353f5aa99b04e9c030ecc89cd7b526cb814090d /src/cmd/dict | |
parent | c715a6127a46b8090591972b5c4bb04dfabbca8b (diff) | |
download | plan9port-e97ceade5e1bba5787e39429384336fa37797906.tar.gz plan9port-e97ceade5e1bba5787e39429384336fa37797906.tar.bz2 plan9port-e97ceade5e1bba5787e39429384336fa37797906.zip |
various tweaks.
Diffstat (limited to 'src/cmd/dict')
-rw-r--r-- | src/cmd/dict/dict.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cmd/dict/dict.c b/src/cmd/dict/dict.c index 00534ea0..dccd3037 100644 --- a/src/cmd/dict/dict.c +++ b/src/cmd/dict/dict.c @@ -230,7 +230,6 @@ execcmd(int cmd) if(debug && doall && cmd == 'a') Bprint(bout, "%d entries, cur=%d\n", dot->n, cur+1); for(;;){ -print("execcmd dot->n %d\n", dot->n); if(cur >= dot->n) break; if(doall) { |