(feed_subshell): change type of fail_on_error from int to gboolean.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
Andrew Borodin 2016-05-03 14:13:03 +03:00
parent bdb81cd482
commit e251c67ef7
1 changed files with 1 additions and 1 deletions

View File

@ -493,7 +493,7 @@ synchronize (void)
/** Feed the subshell our keyboard input until it says it's finished */
static gboolean
feed_subshell (int how, int fail_on_error)
feed_subshell (int how, gboolean fail_on_error)
{
fd_set read_set; /* For 'select' */
int bytes; /* For the return value from 'read' */