summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2017-05-07 11:17:22 +0100
committerTim-Philipp Müller <tim@centricular.com>2017-05-07 11:17:22 +0100
commit4425f8c3685308171efe2085f666fdb759b1e24f (patch)
tree3377deff87f5fa9ae00bb25fd39bf1c7d4a6b89e
parentc8f8395f41b30cef6ee18709b70662a85867ce49 (diff)
debugutils: make local variable static
-rw-r--r--gst/gstdebugutils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/gstdebugutils.c b/gst/gstdebugutils.c
index 64e0bf504..4b34511e1 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 */