From 37026b12ec1047dd5f4637ad281f108a7963af83 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 5 Feb 2014 22:36:15 +1100 Subject: Code cleanup: use bool for static methods --- source/blender/editors/mask/mask_ops.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/mask') diff --git a/source/blender/editors/mask/mask_ops.c b/source/blender/editors/mask/mask_ops.c index 2f7ffd92f90..aea004438f4 100644 --- a/source/blender/editors/mask/mask_ops.c +++ b/source/blender/editors/mask/mask_ops.c @@ -437,7 +437,7 @@ typedef struct SlidePointData { short initial_feather, overall_feather; } SlidePointData; -static int slide_point_check_initial_feather(MaskSpline *spline) +static bool slide_point_check_initial_feather(MaskSpline *spline) { int i; -- cgit v1.2.3