summaryrefslogtreecommitdiff
path: root/vfs-methods/fontilus/font-method.c
diff options
context:
space:
mode:
Diffstat (limited to 'vfs-methods/fontilus/font-method.c')
-rw-r--r--vfs-methods/fontilus/font-method.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vfs-methods/fontilus/font-method.c b/vfs-methods/fontilus/font-method.c
index cea0b783c..20ae47217 100644
--- a/vfs-methods/fontilus/font-method.c
+++ b/vfs-methods/fontilus/font-method.c
@@ -518,7 +518,7 @@ do_seek(GnomeVFSMethod *method,
static GnomeVFSResult
do_tell(GnomeVFSMethod *method,
GnomeVFSMethodHandle *method_handle,
- GnomeVFSFileOffset *offset_return)
+ GnomeVFSFileSize *offset_return)
{
return gnome_vfs_tell((GnomeVFSHandle *)method_handle, offset_return);
}