aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index ed7c70cc7..934882244 100644
--- a/src/main.c
+++ b/src/main.c
@@ -267,7 +267,7 @@ main(int argc, const char *argv[])
ncurses_init();
if(options->show_splash == TRUE) draw_splash();
- init_src_lyr ();
+ src_lyr_init ();
/* connect to our music player daemon */
mpd = mpdclient_new();