mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-06-30 12:56:44 +08:00
typo
Originally committed as revision 8762 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@ -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;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user