~ubuntu-branches/ubuntu/feisty/clamav/feisty-backports

« back to all changes in this revision

Viewing changes to clamdscan/clamdscan.c

  • Committer: Bazaar Package Importer
  • Author(s): Scott Kitterman
  • Date: 2008-04-29 14:10:40 UTC
  • mfrom: (19.3.8 feisty-updates) (19.2.8 hardy)
  • Revision ID: james.westby@ubuntu.com-20080429141040-b6ppzv3noxseq1nt
Tags: 0.92.1~dfsg2-1.1~feisty1
Automated backport upload; no source changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
74
74
        mprintf_stdout = 1;
75
75
 
76
76
    if(opt_check(opt, "version")) {
77
 
        print_version();
 
77
        print_version(NULL);
78
78
        opt_free(opt);
79
79
        exit(0);
80
80
    }