Skip to content

Commit

Permalink
cli: Fix typo in 6eb3ef1.
Browse files Browse the repository at this point in the history
Properly fixes HandBrake#1067.
  • Loading branch information
bradleysepos committed Dec 24, 2017
1 parent 6eb3ef1 commit c69482d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions test/test.c
Original file line number Diff line number Diff line change
Expand Up @@ -251,8 +251,10 @@ static void test_tty()
}
#endif

#if (stdout_tty == 1) stdout_sep = "\r";
#if (stderr_tty == 1) stderr_sep = "\r";
/*
if (stdout_tty == 1) stdout_sep = "\r";
if (stderr_tty == 1) stderr_sep = "\r";
*/
}

/****************************************************************************
Expand Down

0 comments on commit c69482d

Please sign in to comment.