From c0142b618dac4498be45a9c42f7689de71733d73 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sat, 11 Jun 2016 17:31:11 -0600 Subject: [PATCH] Missing left parenthesis on one of the modified debug statements. --- fs/nfs/nfs_vfsops.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/nfs/nfs_vfsops.c b/fs/nfs/nfs_vfsops.c index ecdf3ea265..0a7d93a720 100644 --- a/fs/nfs/nfs_vfsops.c +++ b/fs/nfs/nfs_vfsops.c @@ -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 {