mirror of
https://github.com/fltk/fltk.git
synced 2026-05-28 11:25:22 +08:00
Fix more compiler warnings (comma at end of enum)
These warnings are benign but ... I fixed them nevertheless.
This commit is contained in:
@@ -25,7 +25,7 @@ enum {
|
||||
FD_STORE_INTERNAL,
|
||||
FD_STORE_USER,
|
||||
FD_STORE_PROJECT,
|
||||
FD_STORE_FILE,
|
||||
FD_STORE_FILE
|
||||
};
|
||||
|
||||
class Fd_Layout_Preset {
|
||||
|
||||
Reference in New Issue
Block a user