summaryrefslogtreecommitdiff
path: root/includes/interface.h
diff options
context:
space:
mode:
authorSimon <simon@hardwired.org.uk>2010-12-20 18:11:11 (GMT)
committer Simon <simon@hardwired.org.uk>2010-12-20 18:11:11 (GMT)
commit5026bfa10599169de5a5ffabadf06af28a9ffb1d (patch)
tree298472b3fbf59f71d4fe20d1caee692471a021fb /includes/interface.h
parent14b4dfef87892ad744cbb8b6fbdc0bc80044d51b (diff)
downloadpowder-5026bfa10599169de5a5ffabadf06af28a9ffb1d.zip
powder-5026bfa10599169de5a5ffabadf06af28a9ffb1d.tar.gz
Revert "nice"
This reverts commit 14b4dfef87892ad744cbb8b6fbdc0bc80044d51b.
Diffstat (limited to 'includes/interface.h')
-rw-r--r--includes/interface.h2
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;