From 2f4b2f031ccbf16e794dcf907c62dea37db9af57 Mon Sep 17 00:00:00 2001 From: Bradley Bell Date: Sun, 23 Nov 2014 04:26:58 -0800 Subject: [PATCH] message is constant --- common/arch/carbon/messagebox.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/arch/carbon/messagebox.cpp b/common/arch/carbon/messagebox.cpp index d6de841ea..e557ccac4 100644 --- a/common/arch/carbon/messagebox.cpp +++ b/common/arch/carbon/messagebox.cpp @@ -99,7 +99,7 @@ void display_mac_alert(const char *message, int error) #endif -void msgbox_warning(char *message) +void msgbox_warning(const char *message) { display_mac_alert(message, 0); }