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:
-rw-r--r--source/blender/imbuf/intern/anim.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/imbuf/intern/anim.c b/source/blender/imbuf/intern/anim.c
index e14c433391a..87d67f5263b 100644
--- a/source/blender/imbuf/intern/anim.c
+++ b/source/blender/imbuf/intern/anim.c
@@ -960,8 +960,8 @@ static struct ImBuf * anim_getnew(struct anim * anim) {
if (startredcode(anim)) return (0);
ibuf = IMB_allocImBuf (8, 8, 32, 0, 0);
break;
- }
#endif
+ }
return(ibuf);
}