Commit 89d096fb authored by Warren Dukes's avatar Warren Dukes

some simple compilation fix

git-svn-id: https://svn.musicpd.org/mpd/trunk@341 09075e82-0dd4-0310-85a5-a0d7c8717e4f
parent 09880de5
......@@ -239,8 +239,8 @@ int isMusic(char * utf8file, time_t * mtime) {
#ifdef HAVE_FAAD
if(hasMp4Suffix(utf8file)) return 1;
if(hasAacSuffix(utf8file)) return 1;
}
#endif
}
return 0;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment