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[] = {
|
char *menu3str[] = {
|
||||||
[Mopen] "open",
|
"open",
|
||||||
[Mread] "read",
|
"read",
|
||||||
[Mwrite] "write",
|
"write",
|
||||||
[Mcopy] "copy",
|
"copy",
|
||||||
[Mchar] "char",
|
"char",
|
||||||
[Mpixels] "pixels",
|
"pixels",
|
||||||
[Mclose] "close",
|
"close",
|
||||||
[Mexit] "exit",
|
"exit",
|
||||||
0,
|
0,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue