diff options
-rw-r--r-- | init/init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init/init.c b/init/init.c index 9315a5bc..1acf2b9c 100644 --- a/init/init.c +++ b/init/init.c @@ -204,7 +204,7 @@ crash_mach (void) /* Notify all tasks that have requested shutdown notifications */ void -notify_shutdown (char *msg) +notify_shutdown (const char *msg) { struct ntfy_task *n; |