From: Chris Hanson Date: Fri, 23 Oct 1998 05:51:46 +0000 (+0000) Subject: Fix formatting. X-Git-Tag: 20090517-FFI~4724 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=527b549598241243ba6a910b5557212d9a597952;p=mit-scheme.git Fix formatting. --- diff --git a/v7/src/edwin/dosfile.scm b/v7/src/edwin/dosfile.scm index cb3335881..8d72cbb38 100644 --- a/v7/src/edwin/dosfile.scm +++ b/v7/src/edwin/dosfile.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: dosfile.scm,v 1.20 1998/10/23 05:44:06 cph Exp $ +;;; $Id: dosfile.scm,v 1.21 1998/10/23 05:51:46 cph Exp $ ;;; ;;; Copyright (c) 1994-98 Massachusetts Institute of Technology ;;; @@ -525,8 +525,7 @@ Switches may be concatenated, e.g. `-lt' is equivalent to `-l -t'." (->namestring pathname)) (let loop ((types types)) (and (not (null? types)) - (let ((p - (pathname-new-type pathname (car types)))) + (let ((p (pathname-new-type pathname (car types)))) (if (file-exists? p) (->namestring p) (loop (cdr types)))))))))))