Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2005-09-24 19:50:56 +0400
committerDaniel Dunbar <daniel@zuster.org>2005-09-24 19:50:56 +0400
commitb3f0facfbef0bbff79ef6f160a0ac0ad8d85cf8e (patch)
tree49333295ffac9db294c6ef80517eb04d9cb8fe90 /source/blender/makesdna/intern
parent843bc28d37fa32889671ee7ae6ffb71190b4f890 (diff)
- shouldnt be a trailing comma after include
Diffstat (limited to 'source/blender/makesdna/intern')
-rw-r--r--source/blender/makesdna/intern/makesdna.c2
1 files changed, 1 insertions, 1 deletions
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"