Skip to content

Commit

Permalink
Fix: 2021-07-09
Browse files Browse the repository at this point in the history
  • Loading branch information
horsicq committed Jul 9, 2021
1 parent 5cab8d5 commit 697f05b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui_source/main_gui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ int main(int argc, char *argv[])
if((argc==2)&&((QString(argv[1])=="--version")||(QString(argv[1])=="-v")))
{
QString sInfo=QString("%1 v%2").arg(X_APPLICATIONDISPLAYNAME,X_APPLICATIONVERSION);
printf("%s",sInfo.toLatin1().data());
printf("%s\n",sInfo.toLatin1().data());

return 0;
}
Expand Down

0 comments on commit 697f05b

Please sign in to comment.