summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorbrunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-06-04 21:58:41 +0000
committerbrunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-06-04 21:58:41 +0000
commit8ccc92beb57cbb1bb192c6b74ecd3c57b34623c6 (patch)
treeaf9743cf4f61549b30e3ba11faaaee68c87a8393 /bin
parentdb04db2332727d057336a4e20a5ea82e2b8fba92 (diff)
downloadATCD-8ccc92beb57cbb1bb192c6b74ecd3c57b34623c6.tar.gz
ChangeLogTag:Sun Jun 4 14:55:46 2000 Darrell Brunsch <brunsch@uci.edu>
Diffstat (limited to 'bin')
-rwxr-xr-xbin/fuzz.pl3
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;