[Pkg-clamav-commits] [SCM] Debian repository for ClamAV branch, debian/unstable, updated. debian/0.95+dfsg-1-6156-g094ec9b

Török Edvin edwin at clamav.net
Sun Apr 4 00:55:14 UTC 2010


The following commit has been merged in the debian/unstable branch:
commit 616649d2a89546cecbd1e8b6864ff576e4e6c7f6
Author: Török Edvin <edwin at clamav.net>
Date:   Tue Jun 30 20:14:21 2009 +0300

    fix 80col.

diff --git a/clambc/bcrun.c b/clambc/bcrun.c
index d7f832c..846e8c1 100644
--- a/clambc/bcrun.c
+++ b/clambc/bcrun.c
@@ -32,7 +32,8 @@
 static void help(void)
 {
     printf("\n");
-    printf("           Clam AntiVirus: Bytecode Testing Tool %s\n", get_version());
+    printf("           Clam AntiVirus: Bytecode Testing Tool %s\n",
+	   get_version());
     printf("           By The ClamAV Team: http://www.clamav.net/team\n");
     printf("           (C) 2009 Sourcefire, Inc.\n\n");
     printf("clambc <file>\n\n");

-- 
Debian repository for ClamAV



More information about the Pkg-clamav-commits mailing list