debugutils: make local variable static

This commit is contained in:
Tim-Philipp Müller 2017-05-07 11:17:22 +01:00
parent c8f8395f41
commit 4425f8c368

View file

@ -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 */