X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fopenbox.c;h=4a15edd699aa101fc86266f77177434a035567d0;hb=3678f8df8a3d2f5fb20d07d9124c3f0b8618ca5d;hp=c355747fb8054a919bf9a2c20fb6f3695106be67;hpb=5fa443efc8f85a2365c1043c547ac2168a294575;p=chaz%2Fopenbox 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);