tidy-up: misc build, tests, lib/macos.c

- mkhelp.pl: drop unused assigment.
- Makefile.mk: update a comment.
- lib/macos.c: delete redundant block.
- fix two typos.

Closes #14558
This commit is contained in:
Viktor Szakats 2024-08-15 10:47:37 +02:00
parent 471b11a9fd
commit 453d032b26
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
5 changed files with 16 additions and 19 deletions

View file

@ -34,7 +34,6 @@ push @out, " / __| | | | |_) | |\n";
push @out, " | (__| |_| | _ <| |___\n";
push @out, " \\___|\\___/|_| \\_\\_____|\n";
my $olen=0;
while (<STDIN>) {
my $line = $_;
push @out, $line;