aboutsummaryrefslogtreecommitdiffstats
path: root/src/playlist.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/playlist.c')
-rw-r--r--src/playlist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/playlist.c b/src/playlist.c
index 4e82857f1..b14747fc8 100644
--- a/src/playlist.c
+++ b/src/playlist.c
@@ -923,7 +923,7 @@ int stopPlaylist(int fd)
return 0;
}
-int playPlaylistOrderNumber(int fd, int orderNum)
+static int playPlaylistOrderNumber(int fd, int orderNum)
{
if (playerStop(fd) < 0)