From bf673102bc86b241976df0d90f8ca1b40880b500 Mon Sep 17 00:00:00 2001 From: Kristian Evers Date: Tue, 7 Nov 2017 20:40:55 +0100 Subject: Fix misleading indent. Newer GCC's chokes on this when compiling with -Wall. --- src/gie.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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; } -- cgit v1.2.3