summaryrefslogtreecommitdiff
path: root/ffprobe.c
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2013-12-13 00:18:04 +0100
committerStefano Sabatini <stefasab@gmail.com>2013-12-13 09:42:15 +0100
commit65a3429e7ac107dc05f8c65d93cd3a5ba6652eba (patch)
treeaf90fc6b7b7255766c4a1df2072692a84a5a1fda /ffprobe.c
parent93f08827253ceb3683a9daecd3d3aa4592f2cca7 (diff)
ffprobe: add cosmetical empty line
Diffstat (limited to 'ffprobe.c')
-rw-r--r--ffprobe.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ffprobe.c b/ffprobe.c
index 46c232e1da..8afe5cbc88 100644
--- a/ffprobe.c
+++ b/ffprobe.c
@@ -2381,6 +2381,7 @@ static int probe_file(WriterContext *wctx, const char *filename)
writer_print_section_footer(wctx);
CHECK_END;
}
+
if (do_show_programs) {
ret = show_programs(wctx, fmt_ctx);
CHECK_END;