patch-2.1.103 linux/fs/hpfs/hpfs_fs.c

Next file: linux/fs/ntfs/inode.c
Previous file: linux/fs/fat/fatfs_syms.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.102/linux/fs/hpfs/hpfs_fs.c linux/fs/hpfs/hpfs_fs.c
@@ -969,13 +969,13 @@
 
 	while (len--) {
 		c = *p++;
-		if (c < ' ')
+		if (c < ' ') {
 			if (c == '\r' && len && *p == '\n')
 				tvote += 10;
 			else if (c == '\t' || c == '\n');
 			else
 				bvote += 5;
-		else if (c < '\177')
+		} else if (c < '\177')
 			tvote++;
 		else
 			bvote += 5;

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov