diff --git a/src/ncmpcpp.cpp b/src/ncmpcpp.cpp index 53921514..95b9026e 100644 --- a/src/ncmpcpp.cpp +++ b/src/ncmpcpp.cpp @@ -1327,7 +1327,7 @@ int main(int argc, char *argv[]) wCurrent->Go(wDown); break; } -# ifdef HVAE_TAGLIB_H +# ifdef HAVE_TAGLIB_H case csAlbumEditor: { void (Song::*set)(const string &) = 0;