From: Richard Levitte Date: Wed, 10 Feb 2016 22:31:43 +0000 (+0100) Subject: Make comment match reality X-Git-Tag: OpenSSL_1_1_0-pre3~105 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=124cbe188753d5a73990b416b4ae3fd6cc90b77a;p=oweals%2Fopenssl.git Make comment match reality Reviewed-by: Rich Salz --- diff --git a/util/mkbuildinf.pl b/util/mkbuildinf.pl index 9071b7114f..a809f710b4 100755 --- a/util/mkbuildinf.pl +++ b/util/mkbuildinf.pl @@ -17,7 +17,7 @@ END_OUTPUT my $ctr = 0; foreach my $c (split //, $cflags) { $c =~ s|([\\'])|\\$1|; - # Max 18 characters per line + # Max 16 characters per line if (($ctr++ % 16) == 0) { if ($ctr != 1) { print "\n";