summaryrefslogtreecommitdiff
path: root/girepository/girffi.c
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@src.gnome.org>2008-11-13 21:38:42 +0000
committerOwen Taylor <otaylor@src.gnome.org>2008-11-13 21:38:42 +0000
commit985623ee120562f0ad0dd50ce6b94bfeb448f1bd (patch)
treeba8e16c1df596596fae4b7cb9adf3b235892f474 /girepository/girffi.c
parent05e707a3b77352cdea474caba17aafe60af2ccd0 (diff)
downloadgobject-introspection-985623ee120562f0ad0dd50ce6b94bfeb448f1bd.tar.gz
girepository/girffi.c: Fix "Unexpected time for time_t" message.
svn path=/trunk/; revision=919
Diffstat (limited to 'girepository/girffi.c')
-rw-r--r--girepository/girffi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/girepository/girffi.c b/girepository/girffi.c
index db5e87e8..d6eefb27 100644
--- a/girepository/girffi.c
+++ b/girepository/girffi.c
@@ -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;