aboutsummaryrefslogtreecommitdiffstats
path: root/src/nohup.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nohup.c')
-rw-r--r--src/nohup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nohup.c b/src/nohup.c
index 832659c0a..da639f225 100644
--- a/src/nohup.c
+++ b/src/nohup.c
@@ -43,7 +43,7 @@ enum
NOHUP_FAILURE = 127
};
-char *program_name;
+char const *program_name;
void
usage (int status)