Fix more compiler warnings (comma at end of enum)

These warnings are benign but ... I fixed them nevertheless.
This commit is contained in:
Albrecht Schlosser
2023-04-13 22:55:18 +02:00
parent ee3f9dd06d
commit 4769e0085d
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ enum {
FD_STORE_INTERNAL,
FD_STORE_USER,
FD_STORE_PROJECT,
FD_STORE_FILE,
FD_STORE_FILE
};
class Fd_Layout_Preset {