Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
(cherry picked from commit c42789d)
  • Loading branch information
jef-n authored and nyalldawson committed Nov 21, 2019
1 parent 11bcbc0 commit 360e762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/providers/ogr/qgsogrprovider.cpp
Expand Up @@ -4467,7 +4467,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 360e762

Please sign in to comment.