From 9fcfc0b763b73ba995e5acf050f4eda67f7750a3 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Tue, 14 Aug 2007 09:14:31 +0000 Subject: [PATCH] cosmetics: indentation fix Originally committed as revision 10115 to svn://svn.ffmpeg.org/ffmpeg/trunk --- ffplay.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ffplay.c b/ffplay.c index 57dcf2f6e5..41277a3cdd 100644 --- a/ffplay.c +++ b/ffplay.c @@ -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; }