diff --git a/src/app/main.cpp b/src/app/main.cpp index 4e6bd186f..4484a67e6 100644 --- a/src/app/main.cpp +++ b/src/app/main.cpp @@ -134,7 +134,7 @@ int main(int argc, char *argv[]) migrateRSS(); #endif - const QBtCommandLineParameters ¶ms = app->commandLineArgs(); + const QBtCommandLineParameters params = app->commandLineArgs(); if (!params.unknownParameter.isEmpty()) { throw CommandLineParameterError(QObject::tr("%1 is an unknown command line parameter.",