diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2017-05-07 11:17:22 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2017-05-07 11:17:22 +0100 |
commit | 4425f8c3685308171efe2085f666fdb759b1e24f (patch) | |
tree | 3377deff87f5fa9ae00bb25fd39bf1c7d4a6b89e /gst/gstdebugutils.c | |
parent | c8f8395f41b30cef6ee18709b70662a85867ce49 (diff) |
debugutils: make local variable static
Diffstat (limited to 'gst/gstdebugutils.c')
-rw-r--r-- | gst/gstdebugutils.c | 2 |
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 */ |