summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2022-02-24 17:43:30 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2022-02-24 23:09:04 +0000
commitaad22e646509b7393f89b77f59894fba52031b7c (patch)
tree5fa4c817abca31bc235f919d4e65a5782cd23f84 /test
parent3fe60b931a6529a0196d3bf6374a3569c3e7daba (diff)
downloadlibnsgif-aad22e646509b7393f89b77f59894fba52031b7c.tar.gz
libnsgif-aad22e646509b7393f89b77f59894fba52031b7c.tar.bz2
API: Clean up client bitmap interface.
Diffstat (limited to 'test')
-rw-r--r--test/decode_gif.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/decode_gif.c b/test/decode_gif.c
index 5f5c377..acc2ef0 100644
--- a/test/decode_gif.c
+++ b/test/decode_gif.c
@@ -122,7 +122,7 @@ static void decode(FILE* fh, const char *name, nsgif *gif, bool write_ppm)
/* decode the frames */
while (true) {
- const uint32_t *buffer;
+ nsgif_bitmap_t *buffer;
const uint8_t *image;
uint32_t frame_new;
uint32_t delay_cs;