From 3678f8df8a3d2f5fb20d07d9124c3f0b8618ca5d Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 18 Mar 2007 15:07:30 +0000 Subject: use const char*'s when we should be --- openbox/openbox.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbox/openbox.c') diff --git a/openbox/openbox.c b/openbox/openbox.c index c355747f..4a15edd6 100644 --- a/openbox/openbox.c +++ b/openbox/openbox.c @@ -440,7 +440,7 @@ static void parse_args(gint argc, gchar **argv) } } -void ob_exit_with_error(gchar *msg) +void ob_exit_with_error(const gchar *msg) { g_critical(msg); session_shutdown(TRUE); -- cgit v1.2.3