mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-15 13:52:16 -08:00
Fixed typo.
This commit is contained in:
parent
69a96c32c1
commit
0aa176a5bb
1 changed files with 1 additions and 1 deletions
|
|
@ -493,7 +493,7 @@ FElibc_error(const char *msg, int narg, ...)
|
|||
}
|
||||
|
||||
#if defined(ECL_MS_WINDOWS_HOST) || defined(cygwin)
|
||||
ecl_def_ct-base_string(unknown_error,"[Unable to get error message]",28,static,const);
|
||||
ecl_def_ct_base_string(unknown_error,"[Unable to get error message]",28,static,const);
|
||||
|
||||
void
|
||||
FEwin32_error(const char *msg, int narg, ...)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue