mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 23:03:27 +08:00
libfflush remove extra semicolon
This commit is contained in:
@@ -137,7 +137,7 @@ ssize_t lib_fflush(FAR FILE *stream, bool bforce)
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
stream->fs_flags |= __FS_FLAG_ERROR;
|
stream->fs_flags |= __FS_FLAG_ERROR;
|
||||||
ret = -get_errno();;
|
ret = -get_errno();
|
||||||
goto errout_with_sem;
|
goto errout_with_sem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user