From 9dd981a44029b612f3925405d964c739dd537b5f Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 16 May 2012 23:37:23 +0000 Subject: style cleanup: block comments --- source/blender/makesrna/intern/rna_armature.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/makesrna/intern/rna_armature.c') diff --git a/source/blender/makesrna/intern/rna_armature.c b/source/blender/makesrna/intern/rna_armature.c index 16328c4f864..f3742687fc5 100644 --- a/source/blender/makesrna/intern/rna_armature.c +++ b/source/blender/makesrna/intern/rna_armature.c @@ -130,7 +130,7 @@ static void rna_Armature_update_layers(Main *bmain, Scene *UNUSED(scene), Pointe Object *ob; /* proxy lib exception, store it here so we can restore layers on file - load, since it would otherwise get lost due to being linked data */ + * load, since it would otherwise get lost due to being linked data */ for (ob = bmain->object.first; ob; ob = ob->id.next) if (ob->data == arm && ob->pose) ob->pose->proxy_layer = arm->layer; -- cgit v1.2.3