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.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbox/debug.c') diff --git a/openbox/debug.c b/openbox/debug.c index 755fbcd1..4152c15e 100644 --- a/openbox/debug.c +++ b/openbox/debug.c @@ -28,7 +28,7 @@ void ob_debug_show_output(gboolean enable) show = enable; } -void ob_debug(char *a, ...) +void ob_debug(gchar *a, ...) { va_list vl; -- cgit v1.2.3