mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-12-23 09:35:39 +00:00
Ensure that only .h files are parsed in generate_errors.pl
This commit is contained in:
parent
36855d66bb
commit
d2da622138
|
@ -46,7 +46,7 @@ close(FORMAT_FILE);
|
|||
|
||||
$/ = $line_separator;
|
||||
|
||||
my @files = <$include_dir/*>;
|
||||
my @files = <$include_dir/*.h>;
|
||||
my @matches;
|
||||
foreach my $file (@files) {
|
||||
open(FILE, "$file");
|
||||
|
|
Loading…
Reference in a new issue