[Bf-blender-cvs] [d688ce9a629] master: Cleanup: Add missing comma

Antonioya noreply at git.blender.org
Mon Apr 15 11:04:11 CEST 2019


Commit: d688ce9a6295be3185cf85051a456d609ea1e4c8
Author: Antonioya
Date:   Mon Apr 15 11:03:56 2019 +0200
Branches: master
https://developer.blender.org/rBd688ce9a6295be3185cf85051a456d609ea1e4c8

Cleanup: Add missing comma

===================================================================

M	source/blender/makesdna/DNA_material_types.h

===================================================================

diff --git a/source/blender/makesdna/DNA_material_types.h b/source/blender/makesdna/DNA_material_types.h
index a8f3384ea85..1f8e7741304 100644
--- a/source/blender/makesdna/DNA_material_types.h
+++ b/source/blender/makesdna/DNA_material_types.h
@@ -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 {



More information about the Bf-blender-cvs mailing list