From aec9ee665b18e5929d9af192e13efb5105c52254 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Tue, 14 Dec 2021 13:05:50 +0000 Subject: API: Rename nsgif_animation to nsgif. --- test/decode_gif.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/decode_gif.c b/test/decode_gif.c index 20cb571..a20d5f4 100644 --- a/test/decode_gif.c +++ b/test/decode_gif.c @@ -125,7 +125,7 @@ static void warning(const char *context, nsgif_result code) fprintf(stderr, "\n"); } -static void write_ppm(FILE* fh, const char *name, nsgif_animation *gif, +static void write_ppm(FILE* fh, const char *name, nsgif *gif, bool no_write) { unsigned int i; @@ -182,7 +182,7 @@ int main(int argc, char *argv[]) bitmap_test_opaque, bitmap_modified }; - nsgif_animation gif; + nsgif gif; size_t size; nsgif_result code; unsigned char *data; -- cgit v1.2.3