girepository/girffi.c: Fix "Unexpected time for time_t" message.

svn path=/trunk/; revision=919
This commit is contained in:
Owen Taylor 2008-11-13 21:38:42 +00:00
parent fd1fe6c0b6
commit 3b0bf76d21

View File

@ -75,7 +75,7 @@ g_ir_ffi_get_ffi_type (GITypeTag tag)
#elif SIZEOF_TIME_T == 8
return &ffi_type_sint64;
#else
# error "Unexpected time for time_t: not 4 or 8"
# error "Unexpected size for time_t: not 4 or 8"
#endif
case GI_TYPE_TAG_ULONG:
return &ffi_type_ulong;