fix typo in ifdef directive

This commit is contained in:
unK
2008-09-07 07:10:41 +02:00
parent ecdf23f06a
commit d9ffcbaa2a

View File

@@ -1327,7 +1327,7 @@ int main(int argc, char *argv[])
wCurrent->Go(wDown); wCurrent->Go(wDown);
break; break;
} }
# ifdef HVAE_TAGLIB_H # ifdef HAVE_TAGLIB_H
case csAlbumEditor: case csAlbumEditor:
{ {
void (Song::*set)(const string &) = 0; void (Song::*set)(const string &) = 0;