From 372ffbae9733945769b75e7be748dc1358290440 Mon Sep 17 00:00:00 2001 From: Daniel Lezcano Date: Tue, 21 Jun 2011 00:57:08 +0200 Subject: Optimize the display Signed-off-by: Daniel Lezcano --- clocks.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clocks.c') diff --git a/clocks.c b/clocks.c index 93dd4b3..59db8a7 100644 --- a/clocks.c +++ b/clocks.c @@ -295,7 +295,7 @@ static int clock_print_header(void) "Name", "Flags", "Rate", "Usecount", "Children") < 0) return -1; - ret = display_header_footer(CLOCK, buf); + ret = display_column_name(buf); free(buf); -- cgit v1.2.1