Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Nov 21, 2019
1 parent 742c7b9 commit c42789d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/providers/ogr/qgsogrprovider.cpp
Expand Up @@ -4473,7 +4473,7 @@ void QgsOgrProvider::open( OpenMode mode )
// assume trusted data to get more speed
if ( mGDALDriverName == QLatin1String( "FlatGeobuf" ) )
{
options << "VERIFY_BUFFERS=NO"
options << "VERIFY_BUFFERS=NO";
}
#endif

Expand Down

0 comments on commit c42789d

Please sign in to comment.