From e64cecfb29a57061f55a93bf2596a3996b22d8a0 Mon Sep 17 00:00:00 2001 From: Shawn Boyette Date: Mon, 8 Dec 2008 22:24:45 +0000 Subject: [PATCH] stray ' --- compress_fingerprints | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/compress_fingerprints b/compress_fingerprints index 767dada..44abf94 100755 --- a/compress_fingerprints +++ b/compress_fingerprints @@ -24,7 +24,7 @@ while () { rank_fingerprint($fp); } print "$total fingerprints processed\n"; -print "$count records set as leads\n"' +print "$count records set as leads\n"; print "Writing matchset to disk\n"; dump_records(); -- 1.7.2.5