summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/dbviewer.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/dbviewer.cpp b/src/dbviewer.cpp
index f198775..7d5e200 100644
--- a/src/dbviewer.cpp
+++ b/src/dbviewer.cpp
@@ -839,8 +839,7 @@ void KlamDB::addVirusName(char *start)
unsigned int KlamDB::getSigNos()
{
-
- unsigned int ret= 0;
+ cl_error_t ret = CL_CLEAN;
unsigned int no = 0;
struct cl_engine *engine = NULL;
TQStringList lastDownloadPaths;