summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/nsgif.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/nsgif.h b/include/nsgif.h
index c2a98c1..54dcd71 100644
--- a/include/nsgif.h
+++ b/include/nsgif.h
@@ -284,7 +284,7 @@ typedef struct nsgif_info {
uint32_t height;
/** number of frames decoded */
uint32_t frame_count;
- /** number of times to loop animation */
+ /** number of times to play animation (zero means loop forever) */
int loop_max;
/** number of animation loops so far */
int loop_count;