From: Tim-Philipp Müller Date: Sun, 7 May 2017 10:17:22 +0000 (+0100) Subject: debugutils: make local variable static X-Git-Tag: 1.16.2~795 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4425f8c3685308171efe2085f666fdb759b1e24f;p=platform%2Fupstream%2Fgstreamer.git debugutils: make local variable static --- diff --git a/gst/gstdebugutils.c b/gst/gstdebugutils.c index 64e0bf5..4b34511 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 */