diff options
| author | Felix Wallin <nibbler.v1@gmail.com> | 2010-12-20 13:34:55 (GMT) |
|---|---|---|
| committer | Felix Wallin <nibbler.v1@gmail.com> | 2010-12-20 13:34:55 (GMT) |
| commit | 14b4dfef87892ad744cbb8b6fbdc0bc80044d51b (patch) | |
| tree | a50bde6af1f0df4ecc8ed512ccfd5a9010b93a0b /includes/interface.h | |
| parent | cb6597f9e192b13546295c030ad98bad4f041648 (diff) | |
| download | powder-14b4dfef87892ad744cbb8b6fbdc0bc80044d51b.zip powder-14b4dfef87892ad744cbb8b6fbdc0bc80044d51b.tar.gz | |
nice
Diffstat (limited to 'includes/interface.h')
| -rw-r--r-- | includes/interface.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/interface.h b/includes/interface.h index dcbd997..647e44e 100644 --- a/includes/interface.h +++ b/includes/interface.h @@ -8,7 +8,7 @@ struct menu_section char *icon; const char *name; int itemcount; - int doshow; + int doshow; }; typedef struct menu_section menu_section; |
