From 01eb27f0d05391eeecc3e74c1bfd7406588c1fcc Mon Sep 17 00:00:00 2001 From: Till Straumann Date: Fri, 15 Jul 2011 21:22:23 +0000 Subject: 2011-07-15 Till Straumann * nfs.c: removed stray Ctrl-M char. --- cpukit/libfs/src/nfsclient/src/nfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit') diff --git a/cpukit/libfs/src/nfsclient/src/nfs.c b/cpukit/libfs/src/nfsclient/src/nfs.c index 62de279f85..14471011f0 100644 --- a/cpukit/libfs/src/nfsclient/src/nfs.c +++ b/cpukit/libfs/src/nfsclient/src/nfs.c @@ -1574,7 +1574,7 @@ unsigned long niu,siu; */ assert( node->args.name ); - *(arg->c) = pathname + (node->args.name - p); + *(arg->c) = pathname + (node->args.name - p); #if 0 /* restore the directory node */ -- cgit v1.2.3