Skip to content

Commit

Permalink
Fix a compiler warning
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6501 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
g_j_m committed Feb 3, 2007
1 parent 1035b08 commit 68a20f0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/helpviewer/qgshelpviewer.cpp
Expand Up @@ -186,7 +186,6 @@ int QgsHelpViewer::connectDb(const QString &helpDbPath)
// a sqlite3 database always succeeds
int result;
if(QFileInfo(helpDbPath).exists()){
char *zErrMsg = 0;
int rc;
rc = sqlite3_open(helpDbPath, &db);
result = rc;
Expand Down

0 comments on commit 68a20f0

Please sign in to comment.