From b3f0facfbef0bbff79ef6f160a0ac0ad8d85cf8e Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Sat, 24 Sep 2005 15:50:56 +0000 Subject: [PATCH] - shouldnt be a trailing comma after include --- source/blender/makesdna/intern/makesdna.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/blender/makesdna/intern/makesdna.c b/source/blender/makesdna/intern/makesdna.c index 2354b93dcbb..d0186deefad 100644 --- a/source/blender/makesdna/intern/makesdna.c +++ b/source/blender/makesdna/intern/makesdna.c @@ -1105,7 +1105,7 @@ int main(int argc, char ** argv) #include "DNA_lattice_types.h" #include "DNA_object_types.h" #include "DNA_object_force.h" -#include "DNA_object_fluidsim.h", +#include "DNA_object_fluidsim.h" #include "DNA_world_types.h" #include "DNA_radio_types.h" #include "DNA_scene_types.h"