From baa876a409c4cd812139ef77ba908239a70dd250 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 27 Apr 1998 15:14:30 +0000 Subject: Cosmetic fix from Eric Norum: This makes the headings line up above the columns a little better. Now that it's so easy to include/exclude the stack check code I find myself adding it to all my `debug' targets. --- c/src/libmisc/stackchk/check.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c/src/libmisc/stackchk') diff --git a/c/src/libmisc/stackchk/check.c b/c/src/libmisc/stackchk/check.c index 175a9b8d6c..5bfb69bfb6 100644 --- a/c/src/libmisc/stackchk/check.c +++ b/c/src/libmisc/stackchk/check.c @@ -509,7 +509,7 @@ void Stack_check_Dump_usage( void ) printf("Stack usage by thread\n"); printf( - " ID NAME LOW HIGH AVAILABLE USED\n" + " ID NAME LOW HIGH AVAILABLE USED\n" ); for ( class_index = OBJECTS_CLASSES_FIRST ; -- cgit v1.2.3