mirror of
https://github.com/apache/nuttx.git
synced 2026-05-27 11:26:12 +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 */
|
tmp = *ptr; /* handle_follows */
|
||||||
if (!tmp)
|
if (!tmp)
|
||||||
{
|
{
|
||||||
fwarn"WARNING: no file attributes\n");
|
fwarn("WARNING: no file attributes\n");
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user