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

« back to all changes in this revision

Viewing changes to sigtool/sigtool.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:
1787
1787
        cl_debug();
1788
1788
 
1789
1789
    if(opt_check(opt, "version")) {
1790
 
        print_version();
 
1790
        print_version(NULL);
1791
1791
        opt_free(opt);
1792
1792
        return 0;
1793
1793
    }