summaryrefslogtreecommitdiff
path: root/lib/modechange.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/modechange.c')
-rw-r--r--lib/modechange.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/modechange.c b/lib/modechange.c
index 10e65fbfad..a2568e5490 100644
--- a/lib/modechange.c
+++ b/lib/modechange.c
@@ -59,7 +59,7 @@ char *malloc;
octal number S. If S is not an octal number, return -1. */
static int
-oatoi (char *s)
+oatoi (const char *s)
{
register int i;