summaryrefslogtreecommitdiff
path: root/openbox/openbox.c
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-03-18 15:07:30 +0000
committerDana Jansens <danakj@orodu.net>2007-03-18 15:07:30 +0000
commit3678f8df8a3d2f5fb20d07d9124c3f0b8618ca5d (patch)
tree049afd9c94b22360496e407226831b612fad1d8f /openbox/openbox.c
parent5fa443efc8f85a2365c1043c547ac2168a294575 (diff)
use const char*'s when we should be
Diffstat (limited to 'openbox/openbox.c')
-rw-r--r--openbox/openbox.c2
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);