plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit a196bf0577767d97165f01186b32b0913430a1fe
parent 89f6ec8e90179a44f85c83708f7f9c6d6573692f
Author: rsc <devnull@localhost>
Date:   Tue, 20 Apr 2004 01:13:04 +0000

i hate the []

Diffstat:
Msrc/cmd/tweak.c | 16++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/src/cmd/tweak.c b/src/cmd/tweak.c @@ -58,14 +58,14 @@ enum }; char *menu3str[] = { - [Mopen] "open", - [Mread] "read", - [Mwrite] "write", - [Mcopy] "copy", - [Mchar] "char", - [Mpixels] "pixels", - [Mclose] "close", - [Mexit] "exit", + "open", + "read", + "write", + "copy", + "char", + "pixels", + "close", + "exit", 0, };