Skip to content

Commit

Permalink
Indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Sep 10, 2019
1 parent ff865d1 commit 69f1dc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/main.cpp
Expand Up @@ -397,7 +397,7 @@ void myMessageOutput( QtMsgType type, const char *msg )
// Print all warnings except setNamedColor.
// Only seems to happen on windows
if ( 0 != strncmp( msg, "QColor::setNamedColor: Unknown color name 'param", 48 )
&& 0 != strncmp( msg, "Logged warning", 14 ))
&& 0 != strncmp( msg, "Logged warning", 14 ) )
{
// TODO: Verify this code in action.
dumpBacktrace( 20 );
Expand Down

0 comments on commit 69f1dc4

Please sign in to comment.