diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2023-04-13 22:55:18 +0200 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2023-04-13 22:55:18 +0200 |
| commit | 4769e0085d7e259d68de1f4d22b6a83509fcad05 (patch) | |
| tree | cfc79c946d7b5c387846f45e02f768d374150861 /fluid | |
| parent | ee3f9dd06d1325b3f71e655a819b441e1b820468 (diff) | |
Fix more compiler warnings (comma at end of enum)
These warnings are benign but ... I fixed them nevertheless.
Diffstat (limited to 'fluid')
| -rw-r--r-- | fluid/Fd_Snap_Action.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |
