From 598ff01414fc01bc12be69c0fa1e852c4a93864d Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Fri, 9 Dec 2005 19:16:40 -0500 Subject: Fix bogus spaces before '!' and '?' characters in unused programs. On Mon, Oct 31, 2005 at 01:23:53PM +0000, Martin Michlmayr wrote: > Package: e2fsprogs > Version: 1.38-2 > Severity: minor > > e2fsprogs isn't consistent in its use of spaces before an exclamation > mark. The patch below fixed this by removing some spaces. > (Interestingly, I couldn't find the error message in the sources where > I noticed this inconsistency, namely "group descriptors corrupted !"). Patch applied, but none of the source files you touched are actually compiled in e2fsprogs, and most of them weren't written by me. :-) Addresses Debian Bug #336604 Signed-off-by: "Theodore Ts'o" --- ext2ed/init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext2ed/init.c') diff --git a/ext2ed/init.c b/ext2ed/init.c index de504b41..f89d8934 100644 --- a/ext2ed/init.c +++ b/ext2ed/init.c @@ -476,7 +476,7 @@ void signal_SIGSEGV_handler (int sig_num) { prepare_to_close (); - printf ("Killed by signal %d !\n",sig_num); + printf ("Killed by signal %d!\n",sig_num); exit (1); } -- cgit v1.2.3