X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=deanimate.c;h=ae13d89cae1a49d8129f86aa5465d45767545b60;hp=79751222bccaf6398c9a2ce99084d17ea7bbe952;hb=c3b346083a90acd4dcdfc3881dbcc47a92d1a400;hpb=aba07103acfd91d5d757defe94da356fba33af98 diff --git a/deanimate.c b/deanimate.c index 79751222..ae13d89c 100644 --- a/deanimate.c +++ b/deanimate.c @@ -6,7 +6,7 @@ * fly. High-level functions include: * - Deanimation of GIF images * - * Copyright : Written by and Copyright (C) 2001 - 2004, 2006 by the + * Copyright : Written by and Copyright (C) 2001-2021 by the * Privoxy team. https://www.privoxy.org/ * * Based on the GIF file format specification (see @@ -383,9 +383,9 @@ int gif_deanimate(struct binbuffer *src, struct binbuffer *dst, int get_first_im * Parse the GIF block by block and copy the relevant * parts to dst */ - while(src->offset < src->size) + while (src->offset < src->size) { - switch(buf_getbyte(src, 0)) + switch (buf_getbyte(src, 0)) { /* * End-of-GIF Marker: Append current image if we got