fix typo in ifdef directive
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user