commit | 372ffbae9733945769b75e7be748dc1358290440 | [log] [tgz] |
---|---|---|
author | Daniel Lezcano <daniel.lezcano@linaro.org> | Tue Jun 21 00:57:08 2011 +0200 |
committer | Daniel Lezcano <daniel.lezcano@linaro.org> | Tue Jun 21 00:57:08 2011 +0200 |
tree | 083fd0a213dc13012173614b5ab1ffecf176460c | |
parent | 653cb4a8300732cfcc4254a8cd84fc44f8ff23e6 [diff] [blame] |
Optimize the display Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
diff --git a/sensor.c b/sensor.c index 399605b..2a8f4bb 100644 --- a/sensor.c +++ b/sensor.c
@@ -243,7 +243,7 @@ if (asprintf(&buf, "%-36s%s", "Name", "Value") < 0) return -1; - ret = display_header_footer(SENSOR, buf); + ret = display_column_name(buf); free(buf);