From: Bradley Sepos Date: Sat, 17 Jun 2017 19:42:29 +0000 (-0400) Subject: cli: Fix typo in last commit. X-Git-Tag: 1.1.0~506 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8dcf1c5cec8cfe200b4fbbe17f8efc06258c7f82;p=handbrake cli: Fix typo in last commit. --- diff --git a/test/test.c b/test/test.c index 6c5e6e0b9..4356950e5 100644 --- a/test/test.c +++ b/test/test.c @@ -250,7 +250,7 @@ static void test_tty() #endif if (stdout_tty == 1) stdout_sep = "\r"; - if (stdout_tty == 1) stderr_sep = "\r"; + if (stderr_tty == 1) stderr_sep = "\r"; } /****************************************************************************