diff options
author | rsc <devnull@localhost> | 2004-04-20 01:13:04 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2004-04-20 01:13:04 +0000 |
commit | a196bf0577767d97165f01186b32b0913430a1fe (patch) | |
tree | 9c4943757867d9ae1abd09c4e03089abc40b5dfe | |
parent | 89f6ec8e90179a44f85c83708f7f9c6d6573692f (diff) | |
download | plan9port-a196bf0577767d97165f01186b32b0913430a1fe.tar.gz plan9port-a196bf0577767d97165f01186b32b0913430a1fe.tar.bz2 plan9port-a196bf0577767d97165f01186b32b0913430a1fe.zip |
i hate the []
-rw-r--r-- | src/cmd/tweak.c | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/cmd/tweak.c b/src/cmd/tweak.c index 20b6ac92..c7e12878 100644 --- 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, }; |