Fixed typo.
authorJuan Jose Garcia Ripoll <jjgarcia@jjgr-2.local>
Tue, 2 Feb 2010 18:39:35 +0000 (19:39 +0100)
committerJuan Jose Garcia Ripoll <jjgarcia@jjgr-2.local>
Tue, 2 Feb 2010 18:39:35 +0000 (19:39 +0100)
src/c/ffi.d

index 3e646cb..29143b0 100644 (file)
@@ -36,8 +36,8 @@ static const cl_object ecl_foreign_type_table[] = {
         @':uint16-t',
 #endif
 #ifdef ecl_uint32_t
-        @':int64-t',
-        @':uint64-t',
+        @':int32-t',
+        @':uint32-t',
 #endif
 #ifdef ecl_uint64_t
         @':int64-t',