summaryrefslogtreecommitdiff
path: root/includes/interface.h
diff options
context:
space:
mode:
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;