summaryrefslogtreecommitdiff
path: root/tools/mail-scan.c
diff options
context:
space:
mode:
authorJohn Denker <jsd@av8n.com>2012-07-29 15:26:53 -0700
committerJohn Denker <jsd@av8n.com>2012-07-29 15:32:32 -0700
commit6cdc5c9d9caecba0e13264931824a9ac3cd3f738 (patch)
tree8c76e3b0343f15661a4499f597743db15ca288b4 /tools/mail-scan.c
parent66ade4b4d9c74fbe40981015cbbb98f2b3320c31 (diff)
nuisance
Diffstat (limited to 'tools/mail-scan.c')
-rw-r--r--tools/mail-scan.c3
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;