Merge pull request #109 from chme/mpdfixes

Fix compile error & warning
This commit is contained in:
ejurgensen 2015-02-23 22:35:29 +01:00
commit a9a8c6a3d4
2 changed files with 2 additions and 1 deletions

View File

@ -28,6 +28,7 @@
#include <sys/stat.h>
#include <fcntl.h>
#include <errno.h>
#include <limits.h>
#include <sys/mman.h>

View File

@ -825,9 +825,9 @@ main(int argc, char **argv)
#ifdef MPD
DPRINTF(E_LOG, L_MAIN, "MPD deinit\n");
mpd_deinit();
mpd_fail:
#endif
mpd_fail:
DPRINTF(E_LOG, L_MAIN, "Player deinit\n");
player_deinit();