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:
authorCampbell Barton <ideasman42@gmail.com>2009-12-09 17:29:55 +0300
committerCampbell Barton <ideasman42@gmail.com>2009-12-09 17:29:55 +0300
commit5dd68e8cb62dd6bd755543fd4f2d152e6840234b (patch)
treeefeaa7dd6376ac9487ffc50d770fb7355073f78b /source/blender/makesrna/intern/rna_armature.c
parenta41131db24cd063f770b22bfdfa452511560c4ac (diff)
some more rig options, fix typo
Diffstat (limited to 'source/blender/makesrna/intern/rna_armature.c')
-rw-r--r--source/blender/makesrna/intern/rna_armature.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/rna_armature.c b/source/blender/makesrna/intern/rna_armature.c
index 6a6c370977a..4859f23967f 100644
--- a/source/blender/makesrna/intern/rna_armature.c
+++ b/source/blender/makesrna/intern/rna_armature.c
@@ -43,7 +43,7 @@
#include "BKE_context.h"
#include "BKE_depsgraph.h"
#include "BKE_idprop.h"
-#include "BKE_main.h""
+#include "BKE_main.h"
#include "ED_armature.h"
#include "BKE_armature.h"