Skip to content

Commit

Permalink
Ensure return code is initialized
Browse files Browse the repository at this point in the history
  • Loading branch information
csete committed Jan 26, 2020
1 parent 0639740 commit 91fa8b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/applications/gqrx/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ int main(int argc, char *argv[])
std::string style;
bool clierr = false;
bool edit_conf = false;
int return_code;
int return_code = 0;

QApplication app(argc, argv);
QCoreApplication::setOrganizationName(GQRX_ORG_NAME);
Expand Down

0 comments on commit 91fa8b4

Please sign in to comment.