[Git][cmucl/cmucl][master] Remove extra trailing unmatched parenthesis

Raymond Toy rtoy at common-lisp.net
Wed Dec 27 23:25:29 UTC 2017


Raymond Toy pushed to branch master at cmucl / cmucl


Commits:
757fb170 by Raymond Toy at 2017-12-27T15:25:08-08:00
Remove extra trailing unmatched parenthesis

- - - - -


1 changed file:

- src/code/commandline.lisp


Changes:

=====================================
src/code/commandline.lisp
=====================================
--- a/src/code/commandline.lisp
+++ b/src/code/commandline.lisp
@@ -136,7 +136,7 @@
 		  (setf str nil))
 		(return nil))
 	      (push str word-list))
-	    (setq str (pop cmd-strings)))))))))
+	    (setq str (pop cmd-strings))))))))
 
 (defun get-command-line-switch (sname)
   "Accepts the name of a switch as a string and returns the value of



View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/commit/757fb170ee958123f0d44e7f0731e22668993a18

---
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/commit/757fb170ee958123f0d44e7f0731e22668993a18
You're receiving this email because of your account on gitlab.common-lisp.net.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/cmucl-cvs/attachments/20171227/047e1f22/attachment.html>


More information about the cmucl-cvs mailing list