diff options
author | Pablo Saratxaga <pablo@mandriva.com> | 2005-02-24 12:09:08 +0000 |
---|---|---|
committer | Pablo Saratxaga <pablo@mandriva.com> | 2005-02-24 12:09:08 +0000 |
commit | 09c856c2ef6adaf60400f8d7a6229f8cab967f50 (patch) | |
tree | 890510986ca8b60a5f0954438a615a1274eeecf7 /perl-install | |
parent | e5892c07d7aa4ee1b36fdae32bd960028f2578d1 (diff) | |
download | drakx-09c856c2ef6adaf60400f8d7a6229f8cab967f50.tar drakx-09c856c2ef6adaf60400f8d7a6229f8cab967f50.tar.gz drakx-09c856c2ef6adaf60400f8d7a6229f8cab967f50.tar.bz2 drakx-09c856c2ef6adaf60400f8d7a6229f8cab967f50.tar.xz drakx-09c856c2ef6adaf60400f8d7a6229f8cab967f50.zip |
perl_cheker doesn't like a line break between function name and parenthesis
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/printer/printerdrake.pm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/perl-install/printer/printerdrake.pm b/perl-install/printer/printerdrake.pm index 95608124d..fe45d2510 100644 --- a/perl-install/printer/printerdrake.pm +++ b/perl-install/printer/printerdrake.pm @@ -3394,8 +3394,7 @@ You should make sure that the page size and the ink type/printing mode (if avail $oldgroup[$advanced] = $printer->{ARGS}[$i]{group}; if ($printer->{ARGS}[$i]{group}) { push(@widgets, - { val => unhexify - (join(" / ", + { val => unhexify(join(" / ", @{$printer->{ARGS}[$i]{grouptrans}})), advanced => $advanced }); } |