fix empty statement warning

This commit is contained in:
Glenn Maynard
2008-06-06 18:38:07 +00:00
parent 605aac7472
commit 1a31c337c6
+2 -1
View File
@@ -574,8 +574,9 @@ bool DWILoader::LoadFromDir( const RString &sPath_, Song &out, set<RString> &Bla
}
}
else
{
// do nothing. We don't care about this value name
;
}
}
return true;