aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/gie.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gie.c b/src/gie.c
index f874ee93..2bca2f66 100644
--- a/src/gie.c
+++ b/src/gie.c
@@ -372,7 +372,7 @@ static int banner (char *args) {
printf ("\n\n");
if (strlen(args) > 70)
thedots = dots;
- fprintf (T.fout, "%s%-70.70s%s\n", delim, args, thedots);
+ fprintf (T.fout, "%s%-70.70s%s\n", delim, args, thedots);
return 0;
}