From c2c34f78dd2b63d27bcbd6f21503bf052cad0655 Mon Sep 17 00:00:00 2001 From: Warren Dukes Date: Sat, 5 Jun 2004 01:14:37 +0000 Subject: new command, plchanges, and also add Num: to songinfo of playlistinfo git-svn-id: https://svn.musicpd.org/mpd/trunk@1339 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/conf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/conf.c') diff --git a/src/conf.c b/src/conf.c index c9050b8b0..ff38030a5 100644 --- a/src/conf.c +++ b/src/conf.c @@ -69,7 +69,7 @@ #endif #endif -char * conf_params[CONF_NUMBER_OF_PARAMS]; +static char * conf_params[CONF_NUMBER_OF_PARAMS]; void initConf() { int i; -- cgit v1.2.3