summaryrefslogtreecommitdiff
path: root/output
diff options
context:
space:
mode:
Diffstat (limited to 'output')
-rw-r--r--output/outbin.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/output/outbin.c b/output/outbin.c
index 9983cd33..95885b26 100644
--- a/output/outbin.c
+++ b/output/outbin.c
@@ -606,6 +606,7 @@ static void bin_cleanup(void)
fprintf(rf, "\n\n");
list_for_each(s, sections) {
fprintf(rf, "---- Section %s ", s->name);
+ if (strlen(s->name) < 65)
for (h = 65 - strlen(s->name); h; h--)
fputc('-', rf);
fprintf(rf, "\n\nclass: ");