trivial cosmetic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1246 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
193bfbd032
commit
67d446be4e
@ -126,7 +126,7 @@ off_t lseek(int fd, off_t offset, int whence)
|
||||
{
|
||||
/* Yes, then let it perform the seek */
|
||||
|
||||
err = (int)inode->u.i_ops->seek( filep, offset, whence);
|
||||
err = (int)inode->u.i_ops->seek(filep, offset, whence);
|
||||
if (err < 0)
|
||||
{
|
||||
err = -err;
|
||||
|
Loading…
Reference in New Issue
Block a user