summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/nohup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nohup.c b/src/nohup.c
index 1bc778154..96b2b2330 100644
--- a/src/nohup.c
+++ b/src/nohup.c
@@ -73,7 +73,7 @@ main (int argc, char **argv)
{
int fd;
int saved_stderr_fd = -1;
- int stderr_isatty;
+ bool stderr_isatty;
initialize_main (&argc, &argv);
program_name = argv[0];