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:
authorSergey Sharybin <sergey.vfx@gmail.com>2013-06-19 12:40:18 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2013-06-19 12:40:18 +0400
commit26fe036b6eff467f20fc9c216bf357a4f6070ba7 (patch)
treed2e816077dd4976fab1ef2ce664ef0d13f39c0d0 /source/blender/editors/sound/sound_ops.c
parentfed8f760983054169eed995b684bd44a7c224e55 (diff)
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.
Diffstat (limited to 'source/blender/editors/sound/sound_ops.c')
-rw-r--r--source/blender/editors/sound/sound_ops.c2
1 files changed, 1 insertions, 1 deletions
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");