aboutsummaryrefslogtreecommitdiff
path: root/gui.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui.h')
-rw-r--r--gui.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gui.h b/gui.h
index e4d1d63bd2..f49e828244 100644
--- a/gui.h
+++ b/gui.h
@@ -5,7 +5,7 @@ enum {
GUI_NONE = 0,
GUI_TEXT = 1,
GUI_IMAGE = 2,
- GUI_STAT = 3,
+ GUI_STAT = 3
};
enum {
@@ -14,7 +14,7 @@ enum {
GWF_PARENT = 4,
GWF_DELAY = 8,
GWF_DEFAULT = GWF_BORDER|GWF_CLEARBG,
- GWF_BUTTON = GWF_BORDER|GWF_CLEARBG|GWF_DELAY,
+ GWF_BUTTON = GWF_BORDER|GWF_CLEARBG|GWF_DELAY
};