]> Dogcows Code - chaz/openbox/blobdiff - openbox/debug.c
use const char*'s when we should be
[chaz/openbox] / openbox / debug.c
index 4152c15ee0f973bc18fb0f34db7a366c244baa32..102c88916743f576c5825598d261dc120bc704b5 100644 (file)
@@ -28,7 +28,7 @@ void ob_debug_show_output(gboolean enable)
     show = enable;
 }
 
-void ob_debug(gchar *a, ...)
+void ob_debug(const gchar *a, ...)
 {
     va_list vl;
 
This page took 0.020282 seconds and 4 git commands to generate.