2002-06-24 WATANABE Hirofumi <eban@os.rim.or.jp>
* libc/stdio/fseek.c (fseek): Fix braces.
This commit is contained in:
@ -141,8 +141,10 @@ fseek (fp, offset, whence)
|
||||
{
|
||||
curoff = (*seekfn) (fp->_cookie, (fpos_t) 0, SEEK_CUR);
|
||||
if (curoff == -1L)
|
||||
_funlockfile(fp);
|
||||
return EOF;
|
||||
{
|
||||
_funlockfile(fp);
|
||||
return EOF;
|
||||
}
|
||||
}
|
||||
if (fp->_flags & __SRD)
|
||||
{
|
||||
|
Reference in New Issue
Block a user