summaryrefslogtreecommitdiff
path: root/ACE/bin/doxygen-convert-h.pl
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/bin/doxygen-convert-h.pl')
-rwxr-xr-xACE/bin/doxygen-convert-h.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/bin/doxygen-convert-h.pl b/ACE/bin/doxygen-convert-h.pl
index 48974bd2709..279359eb41b 100755
--- a/ACE/bin/doxygen-convert-h.pl
+++ b/ACE/bin/doxygen-convert-h.pl
@@ -71,7 +71,7 @@ foreach $arg (@ARGV) {
push(@files, recursive_find($result));
}
else {
- push(@files, $results);
+ push(@files, $result);
}
}
}