aboutsummaryrefslogtreecommitdiff
path: root/src/mkhelp.pl
diff options
context:
space:
mode:
Diffstat (limited to 'src/mkhelp.pl')
-rw-r--r--src/mkhelp.pl6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mkhelp.pl b/src/mkhelp.pl
index 6610760bf..871aabcb3 100644
--- a/src/mkhelp.pl
+++ b/src/mkhelp.pl
@@ -129,14 +129,14 @@ static const unsigned char hugehelpgz[] = {
HEAD
;
my $c=0;
- print " ";
+ print " ";
for(@gzip) {
my @all=split(//, $_);
for(@all) {
my $num=ord($_);
- printf("0x%02x, ", 0+$num);
+ printf(" 0x%02x,", 0+$num);
if(++$c>11) {
- print "\n ";
+ print "\n ";
$c=0;
}
}