From 4425f8c3685308171efe2085f666fdb759b1e24f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Sun, 7 May 2017 11:17:22 +0100 Subject: [PATCH] debugutils: make local variable static --- gst/gstdebugutils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/gstdebugutils.c b/gst/gstdebugutils.c index 64e0bf5041..4b34511e1e 100644 --- a/gst/gstdebugutils.c +++ b/gst/gstdebugutils.c @@ -58,7 +58,7 @@ extern const gchar *priv_gst_dump_dot_dir; /* NULL *//* set from gst.c */ #define PARAM_MAX_LENGTH 80 -const gchar spaces[] = { +static const gchar spaces[] = { " " /* 32 */ " " /* 64 */ " " /* 96 */