Missing left parenthesis on one of the modified debug statements.
This commit is contained in:
parent
1acafa813b
commit
c0142b618d
@ -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
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user