summaryrefslogtreecommitdiff
path: root/ACE/bin/fuzz.pl
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2012-01-24 14:29:41 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2012-01-24 14:29:41 +0000
commita5b76a29c49737f545128f8a7b4d85666f8fbafb (patch)
tree0ce9406d0e23a8a7223f38dce7c326a10a1a4263 /ACE/bin/fuzz.pl
parente490987ca33810d26e908216268521e3ed67dd13 (diff)
downloadATCD-a5b76a29c49737f545128f8a7b4d85666f8fbafb.tar.gz
Tue Jan 24 14:29:18 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>
* bin/fuzz.pl: Fixed problem
Diffstat (limited to 'ACE/bin/fuzz.pl')
-rwxr-xr-xACE/bin/fuzz.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/bin/fuzz.pl b/ACE/bin/fuzz.pl
index dbf4b14ecc0..8d0cdcedb5b 100755
--- a/ACE/bin/fuzz.pl
+++ b/ACE/bin/fuzz.pl
@@ -529,7 +529,7 @@ sub check_for_tab ()
return if is_suppressed ();
print "Running tabs check\n";
- ITERATION: foreach $file (@files_cpp, @files_inl, @files_h, @files_idl, @files_cdp, @files_doxygen, @files_changelog, @@files_mpc) {
+ ITERATION: foreach $file (@files_cpp, @files_inl, @files_h, @files_idl, @files_cdp, @files_doxygen, @files_changelog, @files_mpc) {
if (open (FILE, $file)) {
my $disable = 0;
print "Looking at file $file\n" if $opt_d;