From 36e0585a0000743f1ca85d4987ba4c26696b1df9 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Sat, 13 Aug 2011 14:27:06 +0200 Subject: [PATCH] avconv: remove trailing whitespace Signed-off-by: Michael Niedermayer --- avconv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/avconv.c b/avconv.c index b6639720b..360d4516c 100644 --- a/avconv.c +++ b/avconv.c @@ -3614,7 +3614,7 @@ static int opt_streamid(const char *opt, const char *arg) exit_program(1); } *p++ = '\0'; - idx = parse_number_or_die(opt, idx_str, OPT_INT, 0, MAX_STREAMS-1); + idx = parse_number_or_die(opt, idx_str, OPT_INT, 0, MAX_STREAMS-1); streamid_map = grow_array(streamid_map, sizeof(*streamid_map), &nb_streamid_map, idx+1); streamid_map[idx] = parse_number_or_die(opt, p, OPT_INT, 0, INT_MAX); return 0; -- 2.11.0