git.fiddlerwoaroof.com
Browse code

put paren in place [bug11124]

jkf authored on 07/03/2002 16:57:35
Showing 1 changed files
... ...
@@ -19,7 +19,7 @@
19 19
 ;; Commercial Software developed at private expense as specified in
20 20
 ;; DOD FAR Supplement 52.227-7013 (c) (1) (ii), as applicable.
21 21
 ;;
22
-;; $Id: imap.cl,v 1.19 2002/02/11 18:08:51 jkf Exp $
22
+;; $Id: imap.cl,v 1.20 2002/03/07 16:57:35 jkf Exp $
23 23
 
24 24
 ;; Description:
25 25
 ;;
... ...
@@ -1354,8 +1354,8 @@
1354 1354
 					  (incf next)
1355 1355
 					  (return (if* header
1356 1356
 						     then :start
1357
-						     else :continue)))))
1358
-			       (incf next))))))))
1357
+						     else :continue))))))
1358
+		       (incf next)))))))
1359 1359
 					 
1360 1360
 	       
1361 1361