Originally committed as revision 8762 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun 2007-04-20 15:48:26 +00:00
parent 8520b6345c
commit 3154f6dbf9

View File

@ -269,7 +269,7 @@ static int gif_parse_next_image(GifState *s)
return -1;
break;
default:
/* error or errneous EOF */
/* error or erroneous EOF */
return -1;
}
}