mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 16:50:55 +08:00
fs: correct typo error to fix build break
N/A Change-Id: I5da870c0469c11d6f2dc68f87d65b7598f0827a7 Signed-off-by: liuhaitao <liuhaitao@xiaomi.com>
This commit is contained in:
+1
-1
@@ -294,7 +294,7 @@ int nx_vopen(FAR const char *path, int oflags, va_list ap)
|
||||
|
||||
/* Let file_vopen() do all of the work */
|
||||
|
||||
ret = file_vopen(&filep, path, oflag, ap);
|
||||
ret = file_vopen(&filep, path, oflags, ap);
|
||||
if (ret < 0)
|
||||
{
|
||||
return ret;
|
||||
|
||||
Reference in New Issue
Block a user