summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2003-04-23 13:53:35 +0000
committerPascal Rigaux <pixel@mandriva.com>2003-04-23 13:53:35 +0000
commit36256c61fcba4608c406d40408689528c38ea4b4 (patch)
tree2ef8231f2e1f10a09d2066d5f6e07c27ed821ec8
parent7ff813eb3164f2c0bb2b0936af9ea9c44c649559 (diff)
downloaddrakx-36256c61fcba4608c406d40408689528c38ea4b4.tar
drakx-36256c61fcba4608c406d40408689528c38ea4b4.tar.gz
drakx-36256c61fcba4608c406d40408689528c38ea4b4.tar.bz2
drakx-36256c61fcba4608c406d40408689528c38ea4b4.tar.xz
drakx-36256c61fcba4608c406d40408689528c38ea4b4.zip
add prototypes to help.pm
-rwxr-xr-xperl-install/share/po/help_xml2pm.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/share/po/help_xml2pm.pl b/perl-install/share/po/help_xml2pm.pl
index f37e39141..e9875b831 100755
--- a/perl-install/share/po/help_xml2pm.pl
+++ b/perl-install/share/po/help_xml2pm.pl
@@ -80,7 +80,7 @@ EOF
my $s = join(', ', $main, map { qq(N($_)) } @inside);
print STDERR "Writing id=$_\n";
print $F <<EOF;
-sub $_ {
+sub $_() {
N($s);
}
EOF