i hate the []
This commit is contained in:
parent
89f6ec8e90
commit
a196bf0577
1 changed files with 8 additions and 8 deletions
|
|
@ -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,
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue