fix the return value of file_seek, as noted by Steve

svn path=/trunk/; revision=19816
This commit is contained in:
Ulf Lamping 2006-11-06 00:24:24 +00:00
parent 1189d52e1e
commit ecfa9c3d2b
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@ file_open(const char *path, const char *mode)
return ft;
}
int
gint64
file_seek(void *stream, gint64 offset, int whence, int *err)
{
gint64 ret;