diff options
Diffstat (limited to '')
-rw-r--r-- | src/playlist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/playlist.c b/src/playlist.c index 1376c8098..238502fee 100644 --- a/src/playlist.c +++ b/src/playlist.c @@ -73,7 +73,7 @@ static GRand *g_rand; /** the global playlist object */ -static Playlist playlist; +static struct playlist playlist; unsigned playlist_max_length; bool playlist_saveAbsolutePaths = DEFAULT_PLAYLIST_SAVE_ABSOLUTE_PATHS; |