Browse code

fixed compilation error

git-svn-id: file:///var/lib/svn/clamav-devel/trunk/clamav-devel@249 77e5149b-7576-45b1-b177-96237e5ba77b

Tomasz Kojm authored on 2004/02/07 21:01:16
Showing 2 changed files
... ...
@@ -1,3 +1,7 @@
1
+Sat Feb  7 13:00:20 CET 2004 (tk)
2
+---------------------------------
3
+  * libclamav: fixed compilation error (reported by Nigel)
4
+
1 5
 Fri Feb  6 20:50:43 CET 2004 (tk)
2 6
 ---------------------------------
3 7
   * libclamav: ole2 wrapper: fixed segfault with some documents (Thomas Lamy)
... ...
@@ -637,7 +637,7 @@ int cli_scanole2(int desc, char **virname, long int *scanned, const struct cl_no
637 637
 
638 638
 		if(!data) {
639 639
 		    cli_dbgmsg("WARNING: VBA project '%s' decompressed to NULL\n", vba_project->name[i]);
640
-    +           } else {
640
+		} else {
641 641
 		    if(cl_scanbuff(data, strlen(data), virname, root) == CL_VIRUS) {
642 642
 			free(data);
643 643
 			ret = CL_VIRUS;