mirror of
https://github.com/apache/nuttx.git
synced 2026-06-01 07:45:16 +08:00
fs/vfs and fs/inode: Trivial typo fixes gleaned from the fileopen branch.
This commit is contained in:
+1
-1
@@ -89,7 +89,7 @@ int inode_checkflags(FAR struct inode *inode, int oflags)
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
int open(const char *path, int oflags, ...)
|
||||
int open(FAR const char *path, int oflags, ...)
|
||||
{
|
||||
struct inode_search_s desc;
|
||||
FAR struct file *filep;
|
||||
|
||||
Reference in New Issue
Block a user