Missing left parenthesis on one of the modified debug statements.

This commit is contained in:
Gregory Nutt
2016-06-11 17:31:11 -06:00
parent 1acafa813b
commit c0142b618d
+1 -1
View File
@@ -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
{