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:
authorKent Mein <mein@cs.umn.edu>2003-07-17 17:47:58 +0400
committerKent Mein <mein@cs.umn.edu>2003-07-17 17:47:58 +0400
commitc38faa3c1fd07bcf8d0f38f909aa804dfa9abb09 (patch)
treedd13e7555902e2108877b5246f4269dfb9d14328 /source/blender/imbuf
parente7d35b40b0112ad465bbc2727730156128741409 (diff)
fixed a warning by adding a newline to end of file.
Kent
Diffstat (limited to 'source/blender/imbuf')
-rw-r--r--source/blender/imbuf/intern/anim5.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/imbuf/intern/anim5.c b/source/blender/imbuf/intern/anim5.c
index 39d0cdd7f6f..00e5eac9b43 100644
--- a/source/blender/imbuf/intern/anim5.c
+++ b/source/blender/imbuf/intern/anim5.c
@@ -529,4 +529,5 @@ struct ImBuf * anim5_fetchibuf(struct anim * anim) {
planes_to_rect(ibuf, anim->ib_flags);
return(ibuf);
-} \ No newline at end of file
+}
+