Skip to content

Commit 4d08860

Browse files
mhugentrldhont
authored andcommittedDec 13, 2016
Fix typo
1 parent 711fd64 commit 4d08860

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/server/qgswmsserver.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1964,7 +1964,7 @@ QImage* QgsWMSServer::createImage( int width, int height ) const
19641964

19651965
//background color
19661966
QString bgColorString = mParameters.value( "BGCOLOR" );
1967-
if ( bgColorString.startsWith( "0x", Qt::CaseInsensitive ) );
1967+
if ( bgColorString.startsWith( "0x", Qt::CaseInsensitive ) )
19681968
{
19691969
bgColorString.replace( 0, 2, "#" );
19701970
}

0 commit comments

Comments
 (0)
Please sign in to comment.