fix warning for unused label "mpd_fail" when compiled without mpd

support
This commit is contained in:
chme 2015-02-23 22:21:06 +01:00
parent 83b0109a70
commit a00c25628e
1 changed files with 1 additions and 1 deletions

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();