summaryrefslogtreecommitdiffstats
path: root/tools/update/ampolish
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-08-01 14:16:16 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-08-01 14:16:16 +0000
commitcadbf44ae38fb5b4f92a0f7b5b0c64df91d1d1b3 (patch)
tree6b26368d2acec06d8e7ca8344680434e3788d0e3 /tools/update/ampolish
parentUpdated versions. (diff)
downloadrtems-cadbf44ae38fb5b4f92a0f7b5b0c64df91d1d1b3.tar.bz2
Patch rtems-rc-20000731-1-cvs.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>
that is a cosmetic patch to ampolish.
Diffstat (limited to 'tools/update/ampolish')
-rwxr-xr-xtools/update/ampolish2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/update/ampolish b/tools/update/ampolish
index 0856798ce6..aeec1ba050 100755
--- a/tools/update/ampolish
+++ b/tools/update/ampolish
@@ -350,7 +350,7 @@ foreach( @vars )
exit 0;
# find a relative up-path to a file $file, starting at directory $pre
-sub find_file
+sub find_file($$)
{
my $pre = $_[0] ;
my $file= $_[1] ;