fixed function signature.

2005-11-14  Rodrigo Moya <rodrigo@novell.com>

	* theme-method.c (do_tell): fixed function signature.
This commit is contained in:
Rodrigo Moya 2005-11-14 15:29:12 +00:00 committed by Rodrigo Moya
parent 564a9d03aa
commit 67269d543a
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2005-11-14 Rodrigo Moya <rodrigo@novell.com>
* theme-method.c (do_tell): fixed function signature.
2005-11-14 Kjartan Maraas <kmaraas@gnome.org>
* theme-method.c: (do_open): Remove unused var.

View file

@ -476,7 +476,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*)(((ThemeHandle*)(method_handle))->handle),