]> granicus.if.org Git - handbrake/commitdiff
cli: Fix typo in last commit.
authorBradley Sepos <bradley@bradleysepos.com>
Sat, 17 Jun 2017 19:42:29 +0000 (15:42 -0400)
committerBradley Sepos <bradley@bradleysepos.com>
Sat, 17 Jun 2017 19:42:29 +0000 (15:42 -0400)
test/test.c

index 6c5e6e0b9af7ca786b9213fad74974b424bdcc24..4356950e57e212e3c4ff224122a2c3e053787712 100644 (file)
@@ -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";
 }
 
 /****************************************************************************