diff options
Diffstat (limited to 'bin/fuzz.pl')
-rwxr-xr-x | bin/fuzz.pl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/fuzz.pl b/bin/fuzz.pl index 55a2a86fc9e..b63c39e40ba 100755 --- a/bin/fuzz.pl +++ b/bin/fuzz.pl @@ -182,7 +182,8 @@ sub check_for_id_string () sub check_for_newline () { print "Running newline check\n"; - foreach $file (@files_cpp, @files_inl, @files_h, @files_idl, @files_pl) { + foreach $file (@files_cpp, @files_inl, @files_h, + @files_html, @files_idl, @files_pl) { if (open (FILE, $file)) { my $line; print "Looking at file $file\n" if $opt_d; |