mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-18 07:12:26 -08:00
Fixed typo
This commit is contained in:
parent
585fd4aa33
commit
b5ecf3d165
1 changed files with 1 additions and 1 deletions
|
|
@ -118,7 +118,7 @@ struct ecl_fficall {
|
|||
char *buffer_sp;
|
||||
size_t buffer_size;
|
||||
union ecl_ffi_values output;
|
||||
enum ecl_ffi_calling_conventions cc;
|
||||
enum ecl_ffi_calling_convention cc;
|
||||
char buffer[ECL_FFICALL_LIMIT];
|
||||
cl_object cstring;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue