aboutsummaryrefslogtreecommitdiff
path: root/regulator.c
diff options
context:
space:
mode:
Diffstat (limited to 'regulator.c')
-rw-r--r--regulator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/regulator.c b/regulator.c
index c8cbe2d..97ab15b 100644
--- a/regulator.c
+++ b/regulator.c
@@ -148,7 +148,7 @@ static int regulator_print_header(void)
"Min u-volts", "Max u-volts") < 0)
return -1;
- ret = display_header_footer(REGULATOR, buf);
+ ret = display_column_name(buf);
free(buf);