Changes by: flatcap
Update of /cvsroot/linux-ntfs/ntfsprogs/ntfsprogs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31472
Modified Files:
ntfscat.c
Log Message:
more evil spaces
Index: ntfscat.c
===================================================================
RCS file: /cvsroot/linux-ntfs/ntfsprogs/ntfsprogs/ntfscat.c,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -p -r1.22 -r1.23
--- ntfscat.c 26 Oct 2005 22:54:57 -0000 1.22
+++ ntfscat.c 28 Oct 2005 04:41:54 -0000 1.23
@@ -80,7 +80,7 @@ static void version(void)
*/
static void usage(void)
{
- Printf ("\nUsage: %s [options] device [file]\n\n"
+ Printf("\nUsage: %s [options] device [file]\n\n"
" -a, --attribute type Display this attribute type\n"
" -n, --attribute-name name Display this attribute name\n"
" -i, --inode num Display this inode\n\n"
@@ -91,7 +91,7 @@ static void usage(void)
" -v --verbose More output\n\n",
//" -r --raw Display the compressed or encrypted file",
EXEC_NAME);
- Printf ("%s%s\n", ntfs_bugs, ntfs_home);
+ Printf("%s%s\n", ntfs_bugs, ntfs_home);
}
/**
|