summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--fltk-options/fltk-options.cxx2
-rw-r--r--fluid/Fd_Snap_Action.h2
-rw-r--r--test/unittests.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/fltk-options/fltk-options.cxx b/fltk-options/fltk-options.cxx
index e43cd99e2..d7ba73039 100644
--- a/fltk-options/fltk-options.cxx
+++ b/fltk-options/fltk-options.cxx
@@ -75,7 +75,7 @@ typedef enum {
typedef enum {
FO_END_OF_LIST = 0,
FO_HEADLINE,
- FO_OPTION_BOOL,
+ FO_OPTION_BOOL
// FO_OPTION_INT, // not yet implemented
// FO_OPTION_TEXT, // not yet implemented
// FO_OPTION_SCHEME, // not yet implemented
diff --git a/fluid/Fd_Snap_Action.h b/fluid/Fd_Snap_Action.h
index d107e957a..769d9c6d8 100644
--- a/fluid/Fd_Snap_Action.h
+++ b/fluid/Fd_Snap_Action.h
@@ -25,7 +25,7 @@ enum {
FD_STORE_INTERNAL,
FD_STORE_USER,
FD_STORE_PROJECT,
- FD_STORE_FILE,
+ FD_STORE_FILE
};
class Fd_Layout_Preset {
diff --git a/test/unittests.h b/test/unittests.h
index cee1dfc3f..babecde64 100644
--- a/test/unittests.h
+++ b/test/unittests.h
@@ -55,7 +55,7 @@ enum {
UT_TEST_SCROLLBARSIZE,
UT_TEST_SCHEMES,
UT_TEST_SIMPLE_TERMINAL,
- UT_TEST_CORE,
+ UT_TEST_CORE
};
// This class helps to automatically register a new test with the unittest app.