From 740c5b2a20d5110435d0874f8cc6a4c9dfd14777 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 15 Oct 2003 03:59:35 +0000 Subject: consistant glib type usage --- openbox/debug.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbox/debug.h') diff --git a/openbox/debug.h b/openbox/debug.h index 72a95fdf..f7988c28 100644 --- a/openbox/debug.h +++ b/openbox/debug.h @@ -23,6 +23,6 @@ void ob_debug_show_output(gboolean enable); -void ob_debug(char *a, ...); +void ob_debug(gchar *a, ...); #endif -- cgit v1.2.3