fixed a warning by adding a newline to end of file.

Kent
This commit is contained in:
Kent Mein
2003-07-17 13:47:58 +00:00
parent e7d35b40b0
commit c38faa3c1f

View File

@@ -529,4 +529,5 @@ struct ImBuf * anim5_fetchibuf(struct anim * anim) {
planes_to_rect(ibuf, anim->ib_flags);
return(ibuf);
}
}