diff --git a/os/osinit.c b/os/osinit.c index acea682ce..ff3c45de0 100644 --- a/os/osinit.c +++ b/os/osinit.c @@ -151,7 +151,7 @@ void OsInit(void) { static Bool been_here = FALSE; - static char* devnull = "/dev/null"; + static const char* devnull = "/dev/null"; char fname[PATH_MAX]; if (!been_here) {