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:
authorStephen Swaney <sswaney@centurytel.net>2005-08-05 05:41:48 +0400
committerStephen Swaney <sswaney@centurytel.net>2005-08-05 05:41:48 +0400
commit9cebb37b547c0518049c4be1cae78ce70c4f277a (patch)
treee896d9d1d582a9362d3c0af709a2e7788c7db813 /source/blender/makesdna/DNA_armature_types.h
parent3367a030b3391c5dd0f61b615f64f8a0a8bde4f2 (diff)
removed comma at end of enumerator list.
Diffstat (limited to 'source/blender/makesdna/DNA_armature_types.h')
-rw-r--r--source/blender/makesdna/DNA_armature_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_armature_types.h b/source/blender/makesdna/DNA_armature_types.h
index 014e6925d56..54b9e76d4a5 100644
--- a/source/blender/makesdna/DNA_armature_types.h
+++ b/source/blender/makesdna/DNA_armature_types.h
@@ -123,7 +123,7 @@ typedef struct bArmature {
enum {
BONE_SKINNABLE = 0,
- BONE_UNSKINNABLE,
+ BONE_UNSKINNABLE
};
#endif