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:
Diffstat (limited to 'source/blender/imbuf/intern/amiga.c')
-rw-r--r--source/blender/imbuf/intern/amiga.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/imbuf/intern/amiga.c b/source/blender/imbuf/intern/amiga.c
index fd753ec683d..613b6ab04f1 100644
--- a/source/blender/imbuf/intern/amiga.c
+++ b/source/blender/imbuf/intern/amiga.c
@@ -174,7 +174,7 @@ static uchar *decodebodykolum(uchar *body, short bytes, uchar **list, short d, i
static uchar *decodebodyv(struct ImBuf *ibuf, uchar *body)
{
uchar **list;
- short skipx,i,bytes,times;
+ int skipx, i, bytes, times;
list = (uchar **)imb_copyplanelist(ibuf);
if (list == 0) return (0);