Skip to content
Snippets Groups Projects
Commit 757fb170 authored by Raymond Toy's avatar Raymond Toy
Browse files

Remove extra trailing unmatched parenthesis

parent cf370246
No related branches found
No related tags found
No related merge requests found
...@@ -136,7 +136,7 @@ ...@@ -136,7 +136,7 @@
(setf str nil)) (setf str nil))
(return nil)) (return nil))
(push str word-list)) (push str word-list))
(setq str (pop cmd-strings))))))))) (setq str (pop cmd-strings))))))))
(defun get-command-line-switch (sname) (defun get-command-line-switch (sname)
"Accepts the name of a switch as a string and returns the value of "Accepts the name of a switch as a string and returns the value of
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment