cosmetics: indentation fix

Originally committed as revision 10115 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun 2007-08-14 09:14:31 +00:00
parent bc3a73bc87
commit 9fcfc0b763

View File

@ -2518,7 +2518,7 @@ void show_help(void)
void parse_arg_file(const char *filename)
{
if (!strcmp(filename, "-"))
filename = "pipe:";
filename = "pipe:";
input_filename = filename;
}