summaryrefslogtreecommitdiff
path: root/ACE/bin/doxygen-convert-h.pl
diff options
context:
space:
mode:
authorelliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2007-04-12 19:06:45 +0000
committerelliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2007-04-12 19:06:45 +0000
commit8d3fbbbbe2ea6cade6167a3fb4476fc7c59b44fc (patch)
treeb757311ec4f26ba720dae7724663255f805341e6 /ACE/bin/doxygen-convert-h.pl
parent14e9a89665a42865c1cf9b93676fd635dbd68a32 (diff)
downloadATCD-8d3fbbbbe2ea6cade6167a3fb4476fc7c59b44fc.tar.gz
ChangeLogTag: Thu Apr 12 19:05:56 UTC 2007 Chad Elliott <elliott_c@ociweb.com>
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);
}
}
}