summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-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] ;