aboutsummaryrefslogtreecommitdiff
path: root/src/backend_libnsgif.c
diff options
context:
space:
mode:
authorHarry Jeffery <harry@exec64.co.uk>2019-09-02 22:47:40 +0100
committerHarry Jeffery <harry@exec64.co.uk>2019-09-02 22:47:40 +0100
commit7dcb1a534249fc4f3ea37f6197228754fb831dd8 (patch)
tree3cd23ceb81e2e987b9cdbc88d02950c1e6f09d4c /src/backend_libnsgif.c
parenta6deca0ad390d29ada6d72584a1be835a3913139 (diff)
downloadimv-7dcb1a534249fc4f3ea37f6197228754fb831dd8.tar.gz
source/backend: Improve comments
Diffstat (limited to 'src/backend_libnsgif.c')
-rw-r--r--src/backend_libnsgif.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend_libnsgif.c b/src/backend_libnsgif.c
index f5fcd3a..5c5995b 100644
--- a/src/backend_libnsgif.c
+++ b/src/backend_libnsgif.c
@@ -118,7 +118,7 @@ static void next_frame(void *raw_private, struct imv_image **image, int *frameti
gif_result code = gif_decode_frame(&private->gif, private->current_frame);
if (code != GIF_OK) {
- imv_log(IMV_DEBUG, "libnsgif: failed to decode first frame\n");
+ imv_log(IMV_DEBUG, "libnsgif: failed to decode a frame\n");
return;
}