fix typo in ifdef directive

master
unK 18 years ago
parent ecdf23f06a
commit d9ffcbaa2a
  1. 2
      src/ncmpcpp.cpp

@ -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;

Loading…
Cancel
Save