Skip to content

Commit 5e3c6e5

Browse files
committedMay 5, 2017
Fix space
1 parent 52093a5 commit 5e3c6e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/app/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ int main( int argc, char *argv[] )
473473
if ( !QgsApplication::isRunningFromBuildDir() )
474474
{
475475
QString symbolPath( getenv( "QGIS_PREFIX_PATH" ) );
476-
symbolPath = symbolPath + "\\pdb;http://msdl.microsoft.com/download/symbols;http://download.osgeo.org/osgeo4w/symstore ";
476+
symbolPath = symbolPath + "\\pdb;http://msdl.microsoft.com/download/symbols;http://download.osgeo.org/osgeo4w/symstore";
477477
QgsStackTrace::setSymbolPath( symbolPath );
478478
}
479479
SetUnhandledExceptionFilter( QgsCrashHandler::handle );

0 commit comments

Comments
 (0)
Please sign in to comment.