projects
/
privoxy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ab6ec6c
)
gif_deanimate(): Minor style fixes
author
Fabian Keil
<fk@fabiankeil.de>
Wed, 10 Feb 2021 03:48:51 +0000
(
04:48
+0100)
committer
Fabian Keil
<fk@fabiankeil.de>
Tue, 29 Mar 2022 14:16:08 +0000
(16:16 +0200)
deanimate.c
patch
|
blob
|
history
diff --git
a/deanimate.c
b/deanimate.c
index
fd08892
..
ae13d89
100644
(file)
--- 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