Fix the undefined reference to `playerInitReal'
git-svn-id: https://svn.musicpd.org/mpd/trunk@4343 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
@@ -102,7 +102,7 @@ int playerInit() {
|
||||
return 0;
|
||||
}
|
||||
|
||||
static int playerInitReal() {
|
||||
int playerInitReal() {
|
||||
int player_pid;
|
||||
blockSignals();
|
||||
player_pid = fork();
|
||||
|
Reference in New Issue
Block a user