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