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:
authorPeter Schlaile <peter@schlaile.de>2008-06-03 10:42:13 +0400
committerPeter Schlaile <peter@schlaile.de>2008-06-03 10:42:13 +0400
commit6eeef64370a2dfb752c220f9434407a68251e54f (patch)
tree31a8b5a10a285fb00ba48f4136600128494547a7 /source/blender/imbuf
parent510d4b22ec63e5b70c3647cf84aec387dc328a65 (diff)
== REDCODE ==
got #endif position wrong, breaking compile without redcode, sorry. (Thanks to jms for pointing that out)
Diffstat (limited to 'source/blender/imbuf')
-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);
}