mirror of
https://github.com/apache/nuttx.git
synced 2026-09-09 18:36:37 +00:00
Merged in dagar/nuttx/extra_semi (pull request #384)
libfflush remove extra semicolon Approved-by: Gregory Nutt <gnutt@nuttx.org>
This commit is contained in:
commit
0557b0746b
1 changed files with 1 additions and 1 deletions
|
|
@ -137,7 +137,7 @@ ssize_t lib_fflush(FAR FILE *stream, bool bforce)
|
|||
*/
|
||||
|
||||
stream->fs_flags |= __FS_FLAG_ERROR;
|
||||
ret = -get_errno();;
|
||||
ret = -get_errno();
|
||||
goto errout_with_sem;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue