Fix typo in patch

This commit is contained in:
Josef Řídký 2021-07-29 15:33:26 +02:00
parent 94800d9ce0
commit 888f62f4d4
1 changed files with 1 additions and 1 deletions

View File

@ -17,4 +17,4 @@ diff -urNp a/perl/MakefileSubs.pm b/perl/MakefileSubs.pm
+ $Params->{'CCFLAGS'} =~ s/ -W(inline|strict-prototypes|write-strings|cast-qual|no-char-subscripts)//g;
append($Params->{'CCFLAGS'}, '-Wformat');
}
}"::
}