From 2b1dd56dfe7cd85efe41238de1e8740f4e98a5c6 Mon Sep 17 00:00:00 2001 From: Juan Jose Garcia Ripoll Date: Tue, 16 Feb 2010 08:59:03 +0100 Subject: [PATCH] Fixed typo. --- src/h/object.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/h/object.h b/src/h/object.h index ed2e586f9..002184db4 100644 --- a/src/h/object.h +++ b/src/h/object.h @@ -747,7 +747,7 @@ enum ecl_ffi_tag { ECL_FFI_UNSIGNED_INT, ECL_FFI_LONG, ECL_FFI_UNSIGNED_LONG, -#ifdef ecl_uint16_t +#ifdef ecl_uint8_t ECL_FFI_INT8_T, ECL_FFI_UINT8_T, #endif