summaryrefslogtreecommitdiffstats
path: root/help.c
diff options
context:
space:
mode:
Diffstat (limited to 'help.c')
-rw-r--r--help.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/help.c b/help.c
index 88f465a0..2a0f5350 100644
--- a/help.c
+++ b/help.c
@@ -256,7 +256,7 @@ static void format_line (FILE *f, int ismacro,
n = get_wrapped_width (t3, n);
}
- print_macro (f, n, &t3);
+ n = print_macro (f, n, &t3);
if (*t3)
{