yep, tyop

Originally committed as revision 3328 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Mike Melanson 2004-07-20 03:40:45 +00:00
parent 58e555d4ba
commit d4fcd7c61a
1 changed files with 1 additions and 1 deletions

View File

@ -223,7 +223,7 @@ int main(int argc, char *argv[])
}
/* dump the new moov atom */
printf (" writing moov aton...\n");
printf (" writing moov atom...\n");
if (fwrite(moov_atom, moov_atom_size, 1, outfile) != 1) {
perror(argv[2]);
goto error_out;