X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=deanimate.c;h=ae13d89cae1a49d8129f86aa5465d45767545b60;hp=fd088925041c11fbe786471d7c60d89d8e4476c0;hb=a247b5978740016349cbcb33ae81e46eebf4ea0a;hpb=ab6ec6c9deb18c3b18a80726196f029f09c20ace diff --git a/deanimate.c b/deanimate.c index fd088925..ae13d89c 100644 --- a/deanimate.c +++ b/deanimate.c @@ -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