From 192234504712fb6d07334ddd2f20ceb71fe38314 Mon Sep 17 00:00:00 2001 From: olgeni Date: Sat, 28 Apr 2001 10:50:42 +0000 Subject: 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. :-( --- emulators/mtools/files/patch-i | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'emulators') diff --git a/emulators/mtools/files/patch-i b/emulators/mtools/files/patch-i index 9ec5fcee5ce..79df6b858a6 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); } - + -- cgit