]> Dogcows Code - chaz/openbox/blobdiff - openbox/openbox.c
use const char*'s when we should be
[chaz/openbox] / openbox / openbox.c
index c355747fb8054a919bf9a2c20fb6f3695106be67..4a15edd699aa101fc86266f77177434a035567d0 100644 (file)
@@ -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);
This page took 0.024069 seconds and 4 git commands to generate.