diff options
| author | Simon <simon@hardwired.org.uk> | 2010-12-20 18:11:11 (GMT) |
|---|---|---|
| committer | Simon <simon@hardwired.org.uk> | 2010-12-20 18:11:11 (GMT) |
| commit | 5026bfa10599169de5a5ffabadf06af28a9ffb1d (patch) | |
| tree | 298472b3fbf59f71d4fe20d1caee692471a021fb /includes/interface.h | |
| parent | 14b4dfef87892ad744cbb8b6fbdc0bc80044d51b (diff) | |
| download | powder-5026bfa10599169de5a5ffabadf06af28a9ffb1d.zip powder-5026bfa10599169de5a5ffabadf06af28a9ffb1d.tar.gz | |
Revert "nice"
This reverts commit 14b4dfef87892ad744cbb8b6fbdc0bc80044d51b.
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 647e44e..dcbd997 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; |
