diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2001-04-28 10:50:42 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2001-04-28 10:50:42 +0000 |
commit | fdfe95412d2daf09c6213c4cb4c012ad5cd82143 (patch) | |
tree | 19ecdece06fae9c098df1bbbf00cfd93da25858e /emulators/mtools | |
parent | b2d0e6f774a0ac0c72e300e208df63ca7769d77a (diff) |
Fix patch-i (whitespaces).
This patch would not apply cleanly because the original source files has
whitespaces at the end of some lines. The whitespaces in my original patch
have probably been eaten by some MUA by the time they arrived to
maintainer. :-(
Notes
Notes:
svn path=/head/; revision=41993
Diffstat (limited to 'emulators/mtools')
-rw-r--r-- | emulators/mtools/files/patch-i | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/emulators/mtools/files/patch-i b/emulators/mtools/files/patch-i index 9ec5fcee5ceb..79df6b858a6a 100644 --- a/emulators/mtools/files/patch-i +++ b/emulators/mtools/files/patch-i @@ -1,11 +1,11 @@ ---- mdel.c.orig Tue Apr 24 16:00:57 2001 -+++ mdel.c Tue Apr 24 16:01:01 2001 +--- mdel.c.orig Sat Apr 28 12:47:05 2001 ++++ mdel.c Sat Apr 28 12:47:18 2001 @@ -118,7 +118,7 @@ - fprintf(stderr, + fprintf(stderr, "Mtools version %s, dated %s\n", mversion, mdate); - fprintf(stderr, + fprintf(stderr, - "Usage: %s [-v] msdosfile [msdosfiles...]", progname); + "Usage: %s [-v] msdosfile [msdosfiles...]\n", progname); exit(1); } - + |