diff options
| -rw-r--r-- | tools/mail-scan.c | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/tools/mail-scan.c b/tools/mail-scan.c index 3749945..bb8605f 100644 --- a/tools/mail-scan.c +++ b/tools/mail-scan.c @@ -303,8 +303,7 @@ int main(int _argc, const char** _argv){        }      }      if (vflag && !foundsome_infile) { -      cout << foundsome_infile -        << " ... " << *file << endl; +      cout << *file << endl;        didprint++;      }      if (group_flag && didprint) cout << endl; | 
