From 0a6d48c28eb40e3e25e6f476be6aad0e0180f01c Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sun, 14 Jan 2007 04:33:11 +0000 Subject: More sparse fixes now that we've re-enabled -Wmissing-prototypes git-svn-id: https://svn.musicpd.org/mpd/trunk@5260 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/playlist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/playlist.c') 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) -- cgit v1.2.3