From 26fe036b6eff467f20fc9c216bf357a4f6070ba7 Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Wed, 19 Jun 2013 08:40:18 +0000 Subject: Followup to svn rev57551 Perhaps real fix would be to make all parts of blender mandatory and not switchable off, so every area of code would be compiled and verified after no-functional-changes commits. --- source/blender/editors/sound/sound_ops.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/sound') diff --git a/source/blender/editors/sound/sound_ops.c b/source/blender/editors/sound/sound_ops.c index 0cb0a3d6e5c..a2189f6237c 100644 --- a/source/blender/editors/sound/sound_ops.c +++ b/source/blender/editors/sound/sound_ops.c @@ -391,7 +391,7 @@ static const char *snd_ext_sound[] = { NULL }; -static int sound_mixdown_check(bContext *UNUSED(C), wmOperator *op) +static bool sound_mixdown_check(bContext *UNUSED(C), wmOperator *op) { AUD_Container container = RNA_enum_get(op->ptr, "container"); -- cgit v1.2.3