summaryrefslogtreecommitdiff
path: root/examples/gif.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/gif.c')
-rw-r--r--examples/gif.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/gif.c b/examples/gif.c
index 3e9d1bd..d5103f0 100644
--- a/examples/gif.c
+++ b/examples/gif.c
@@ -24,7 +24,7 @@ int main(void)
}
gdImageColorAllocate(im, 255, 255, 255); /* allocate white as side effect */
- gdImageGifAnimBegin(im, out, 1, -1);
+ gdImageGifAnimBegin(im, out, 1, -1);
for(i = 0; i < 20; i++) {
int r,g,b;