mirror of
https://github.com/apache/nuttx.git
synced 2026-05-21 21:34:07 +08:00
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:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user