Skip to content

Commit 6e8e736

Browse files
committed
Fix typo
1 parent 2d36e1a commit 6e8e736

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server/qgswmsserver.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1980,7 +1980,7 @@ QImage* QgsWmsServer::createImage( int width, int height ) const
19801980

19811981
//background color
19821982
QString bgColorString = mParameters.value( "BGCOLOR" );
1983-
if ( bgColorString.startsWith( "0x", Qt::CaseInsensitive ) );
1983+
if ( bgColorString.startsWith( "0x", Qt::CaseInsensitive ) )
19841984
{
19851985
bgColorString.replace( 0, 2, "#" );
19861986
}

0 commit comments

Comments
 (0)