From f5edf6e384d3f7225c0942ed77a65690b1773937 Mon Sep 17 00:00:00 2001 From: Ward Wouts Date: Thu, 14 Nov 2002 12:14:13 +0000 Subject: [PATCH] fix prototype --- list_same/list_same | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/list_same/list_same b/list_same/list_same index b3ef499..9844607 100755 --- a/list_same/list_same +++ b/list_same/list_same @@ -73,7 +73,7 @@ sub get_size { } # same md5 calculation i use in mv_wrap -sub calc_md5($file) { +sub calc_md5($) { my ($file, $digest); $file = shift; $md5 = Digest::MD5->new;