summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/log.c
diff options
context:
space:
mode:
Diffstat (limited to 'mdk-stage1/log.c')
-rw-r--r--mdk-stage1/log.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdk-stage1/log.c b/mdk-stage1/log.c
index 0404ba46b..e41653305 100644
--- a/mdk-stage1/log.c
+++ b/mdk-stage1/log.c
@@ -67,7 +67,7 @@ void log_message(const char * s, ...)
return;
}
-void log_perror(char *msg)
+void log_perror(const char *msg)
{
log_message("%s: %s", msg, strerror(errno));
}