]> diplodocus.org Git - minc/commitdiff
DOH! Perl has 'next' not 'continue'.
authorepg <>
Mon, 30 Dec 2002 01:57:10 +0000 (01:57 +0000)
committerepg <>
Mon, 30 Dec 2002 01:57:10 +0000 (01:57 +0000)
minc

diff --git a/minc b/minc
index a11387cd580eccd63846c0b448ebc5d5ff8f6471..070e22f103157c0399e7ca39f30ced15958fe0a7 100755 (executable)
--- a/minc
+++ b/minc
@@ -587,7 +587,7 @@ sub find_mh_folder {
             }
 
             # Now that it's been processed specially, skip normal handling.
             }
 
             # Now that it's been processed specially, skip normal handling.
-            continue;
+            next;
         }
 
         # Walk the list of message headers matching the filter's
         }
 
         # Walk the list of message headers matching the filter's