diff options
-rwxr-xr-x | bin/bdf2fbcon | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/bdf2fbcon b/bin/bdf2fbcon index 3920a83..026195d 100755 --- a/bin/bdf2fbcon +++ b/bin/bdf2fbcon @@ -169,7 +169,7 @@ sub convert sub init_font { - my (%opts); + my (%opts) = @_; my $font; my $i; |