aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/screen_song.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screen_song.c b/src/screen_song.c
index 4a8f7169f..be8a7c02a 100644
--- a/src/screen_song.c
+++ b/src/screen_song.c
@@ -23,7 +23,7 @@
static list_window_t *lw;
-struct {
+static struct {
struct mpd_song *song;
GPtrArray *lines;
} current;