Skip to content

Commit 856a690

Browse files
author
mhugent
committedDec 7, 2007
Fix for qmakes unbalanced parantheses warning
git-svn-id: http://svn.osgeo.org/qgis/branches/Release-0_9_1@7739 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 8fdbc64 commit 856a690

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/app/qgisapp.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1656,7 +1656,7 @@ static void buildSupportedVectorFileFilter_(QString & fileFilters)
16561656
// theoreticaly we can open those files because there exists a
16571657
// driver for them, the user will have to use the "All Files" to
16581658
// open datasets with no explicitly defined file name extension.
1659-
QgsDebugMsg("Driver count: " + QString::number(driverRegistrar->GetDriverCount());
1659+
QgsDebugMsg("Driver count: " + QString::number(driverRegistrar->GetDriverCount()));
16601660

16611661
for (int i = 0; i < driverRegistrar->GetDriverCount(); ++i)
16621662
{

0 commit comments

Comments
 (0)
Please sign in to comment.