mirror of
https://github.com/apache/nuttx.git
synced 2026-05-25 01:39:44 +08:00
Missing left parenthesis on one of the modified debug statements.
This commit is contained in:
+1
-1
@@ -357,7 +357,7 @@ static int nfs_filecreate(FAR struct nfsmount *nmp, struct nfsnode *np,
|
||||
tmp = *ptr; /* handle_follows */
|
||||
if (!tmp)
|
||||
{
|
||||
fwarn"WARNING: no file attributes\n");
|
||||
fwarn("WARNING: no file attributes\n");
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user