From a9b7b4de14a9a3c601e37be371fc16a207a43ad4 Mon Sep 17 00:00:00 2001 From: Jean-Marc Zucconi Date: Fri, 27 Apr 2001 21:47:36 +0000 Subject: This patch corrects a newline bogon in the "mdel" command usage help. Submitted by: Jimmy Olgeni --- emulators/mtools/files/patch-i | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 emulators/mtools/files/patch-i (limited to 'emulators/mtools/files/patch-i') diff --git a/emulators/mtools/files/patch-i b/emulators/mtools/files/patch-i new file mode 100644 index 000000000000..9ec5fcee5ceb --- /dev/null +++ b/emulators/mtools/files/patch-i @@ -0,0 +1,11 @@ +--- mdel.c.orig Tue Apr 24 16:00:57 2001 ++++ mdel.c Tue Apr 24 16:01:01 2001 +@@ -118,7 +118,7 @@ + fprintf(stderr, + "Mtools version %s, dated %s\n", mversion, mdate); + fprintf(stderr, +- "Usage: %s [-v] msdosfile [msdosfiles...]", progname); ++ "Usage: %s [-v] msdosfile [msdosfiles...]\n", progname); + exit(1); + } + -- cgit v1.2.3