Cleanup: Add missing comma

This commit is contained in:
Antonioya
2019-04-15 11:03:56 +02:00
parent 414566dbde
commit d688ce9a62

View File

@@ -122,7 +122,7 @@ typedef enum eMaterialGPencilStyle_Flag {
/* Fill show main switch */
GP_STYLE_FILL_SHOW = (1 << 9),
/* Don't rotate dots/boxes */
GP_STYLE_COLOR_LOCK_DOTS = (1 << 10)
GP_STYLE_COLOR_LOCK_DOTS = (1 << 10),
} eMaterialGPencilStyle_Flag;
typedef enum eMaterialGPencilStyle_Mode {