mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-08 18:23:37 -08:00
Fixed typo
This commit is contained in:
parent
fea321f623
commit
ab7c605fc9
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@
|
|||
(defmacro fix-for-mingw (directory-namestring)
|
||||
directory-namestring)
|
||||
|
||||
#+minwg32
|
||||
#+mingw32
|
||||
(defun fix-for-mingw (directory-namestring)
|
||||
(let ((x (string-right-trim '(#\\ #\/) directory-namestring)))
|
||||
(if (zerop (length x)) "/" x)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue