Skip to content

Commit e15b3a0

Browse files
authored
Fix typo (#14)
The code is meant to test whether any arguments have been passed.
1 parent a2b1227 commit e15b3a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/Foomatic/PPD.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ sub pdq_options {
164164
sub _tag {
165165
my ($t, @v) = @_;
166166

167-
return '' if !defined(@v);
167+
return '' if !@v;
168168

169169
if (0) {
170170
$v =~ s!\&!\&amp\;!g;

0 commit comments

Comments
 (0)