Skip to content

Commit

Permalink
Fix broken -S option
Browse files Browse the repository at this point in the history
  • Loading branch information
saitoha committed Mar 25, 2016
1 parent f3f1a40 commit 97469b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fromgif.c
Expand Up @@ -615,7 +615,7 @@ load_gif(
}

if (fstatic) {
break;
goto end;
}
++frame->frame_no;
}
Expand Down

0 comments on commit 97469b7

Please sign in to comment.