summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2021-11-19 13:57:37 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2021-11-19 13:57:37 +0000
commit2b2fa970ff094ae4ffc219603a793cb54a960480 (patch)
treeb8869e30ea9476278781bcf76f50520e2b58d2d7
parent893c7c14c9ff58ecfd2d370e20e15eac6da779db (diff)
downloadlibnsgif-2b2fa970ff094ae4ffc219603a793cb54a960480.tar.gz
GIF: Remove double blank lines.
-rw-r--r--src/libnsgif.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/libnsgif.c b/src/libnsgif.c
index 3e11dde..4e419a2 100644
--- a/src/libnsgif.c
+++ b/src/libnsgif.c
@@ -30,7 +30,6 @@
* \todo Plain text and comment extensions should be implemented.
*/
-
/** Maximum colour table size */
#define GIF_MAX_COLOURS 256
@@ -1326,14 +1325,12 @@ gif_result gif_initialise(gif_animation *gif, size_t size, const uint8_t *data)
return ret;
}
-
/* exported function documented in libnsgif.h */
gif_result gif_decode_frame(gif_animation *gif, unsigned int frame)
{
return gif__process_frame(gif, frame, true);
}
-
/* exported function documented in libnsgif.h */
void gif_finalise(gif_animation *gif)
{