From a614ea631d34d5c6273bfdaeea6a79ce2eb366a1 Mon Sep 17 00:00:00 2001 From: corvid Date: Sun, 21 Dec 2014 21:27:57 +0000 Subject: more (and indentation in one spot) --- src/gif.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gif.c') diff --git a/src/gif.c b/src/gif.c index 34424d33..adc9f49d 100644 --- a/src/gif.c +++ b/src/gif.c @@ -800,8 +800,8 @@ static size_t Gif_do_img_desc(DilloGif *gif, void *Buf, if (bsize < 10) return 0; - gif->Width = LM_to_uint(buf[4], buf[5]); - gif->Height = LM_to_uint(buf[6], buf[7]); + gif->Width = LM_to_uint(buf[4], buf[5]); + gif->Height = LM_to_uint(buf[6], buf[7]); /* check max image size */ if (gif->Width <= 0 || gif->Height <= 0 || -- cgit v1.2.3