mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-13 21:02:47 -08:00
Fixed typo
This commit is contained in:
parent
163751a6d0
commit
75297eba4e
1 changed files with 2 additions and 2 deletions
|
|
@ -78,7 +78,7 @@ si_make_pipe()
|
|||
cl_object stream_write;
|
||||
cl_object stream_read;
|
||||
cl_object exit_status = Cnil;
|
||||
@{
|
||||
@
|
||||
command = si_copy_to_simple_base_string(command);
|
||||
argv = cl_mapcar(2, @'si::copy-to-simple-base-string', argv);
|
||||
#if defined(mingw32) || defined (_MSC_VER)
|
||||
|
|
@ -363,4 +363,4 @@ si_make_pipe()
|
|||
Cnil)
|
||||
exit_status)
|
||||
@)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue