From b5ecf3d16532fe99452b02e3fbf5ac258a4b114e Mon Sep 17 00:00:00 2001 From: jjgarcia Date: Wed, 19 Oct 2005 09:01:50 +0000 Subject: [PATCH] Fixed typo --- src/h/internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/h/internal.h b/src/h/internal.h index 964da411f..89fea06e6 100644 --- a/src/h/internal.h +++ b/src/h/internal.h @@ -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; };