cosmetics: indentation fix

Originally committed as revision 10115 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Diego Biurrun 18 years ago
parent bc3a73bc87
commit 9fcfc0b763
  1. 2
      ffplay.c

@ -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;
} }

Loading…
Cancel
Save