Commit 9fcfc0b7 authored by Diego Biurrun's avatar Diego Biurrun

cosmetics: indentation fix

Originally committed as revision 10115 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent bc3a73bc
...@@ -2518,7 +2518,7 @@ void show_help(void) ...@@ -2518,7 +2518,7 @@ void show_help(void)
void parse_arg_file(const char *filename) void parse_arg_file(const char *filename)
{ {
if (!strcmp(filename, "-")) if (!strcmp(filename, "-"))
filename = "pipe:"; filename = "pipe:";
input_filename = filename; input_filename = filename;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment