From 925c5010e8d5a132d4f64622602fddef1344211e Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 16 Jul 2013 11:42:07 +0000 Subject: fix for checking char arrays against NULL, instead check their first character. also remove some dead code (return directly after return). --- source/blender/editors/include/ED_armature.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/include/ED_armature.h') diff --git a/source/blender/editors/include/ED_armature.h b/source/blender/editors/include/ED_armature.h index 32436ebae2d..9b9a4c154db 100644 --- a/source/blender/editors/include/ED_armature.h +++ b/source/blender/editors/include/ED_armature.h @@ -155,7 +155,7 @@ void undo_push_armature(struct bContext *C, const char *name); /* low level selection functions which handle */ int ED_armature_ebone_selectflag_get(const EditBone *ebone); -void ED_armature_ebone_selectflag_set(EditBone *ebone, const int flag); +void ED_armature_ebone_selectflag_set(EditBone *ebone, int flag); void ED_armature_ebone_select_set(EditBone *ebone, bool select); void ED_armature_ebone_selectflag_enable(EditBone *ebone, int flag); void ED_armature_ebone_selectflag_disable(EditBone *ebone, int flag); -- cgit v1.2.3