From 05f93b531d59df6e976d9b40c97b51546524040a Mon Sep 17 00:00:00 2001 From: Chuck Lever Date: Mon, 27 Sep 2010 09:50:11 -0400 Subject: nfs-utils: Fix source code character encoding Minor clean up. Most modern Linux distributions set UTF-8 locales. Standardize the character encoding of source files on UTF-8, to squelch vim com- plaints. I probably missed a few spots. Signed-off-by: Chuck Lever Signed-off-by: Steve Dickson --- support/nfs/nfs_mntent.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'support/nfs/nfs_mntent.c') diff --git a/support/nfs/nfs_mntent.c b/support/nfs/nfs_mntent.c index 9c73ae0..a5216fc 100644 --- a/support/nfs/nfs_mntent.c +++ b/support/nfs/nfs_mntent.c @@ -1,7 +1,7 @@ /* Private version of the libc *mntent() routines. */ /* Note slightly different prototypes. */ -/* 1999-02-22 Arkadiusz Mi¶kiewicz +/* 1999-02-22 Arkadiusz Miskiewicz * - added Native Language Support * * 2006-06-08 Amit Gud -- cgit