summaryrefslogtreecommitdiff
path: root/includes/interface.h
diff options
context:
space:
mode:
authorFelix 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)
commit14b4dfef87892ad744cbb8b6fbdc0bc80044d51b (patch)
treea50bde6af1f0df4ecc8ed512ccfd5a9010b93a0b /includes/interface.h
parentcb6597f9e192b13546295c030ad98bad4f041648 (diff)
downloadpowder-14b4dfef87892ad744cbb8b6fbdc0bc80044d51b.zip
powder-14b4dfef87892ad744cbb8b6fbdc0bc80044d51b.tar.gz
nice
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 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;