mirror of
https://github.com/taglib/taglib.git
synced 2025-07-17 20:44:20 -04:00
Inspection: Code redundancies
This commit is contained in:
@ -37,7 +37,7 @@
|
||||
|
||||
int main(int argc, char* argv[])
|
||||
{
|
||||
std::string testPath = (argc > 1) ? std::string(argv[1]) : "";
|
||||
std::string testPath = argc > 1 ? std::string(argv[1]) : "";
|
||||
|
||||
// Create the event manager and test controller
|
||||
CppUnit::TestResult controller;
|
||||
|
Reference in New Issue
Block a user