diff options
Diffstat (limited to 'openbox/openbox.c')
| -rw-r--r-- | openbox/openbox.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |
