summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2014-07-11 16:38:45 (EDT)
committer P. J. McDermott <pj@pehjota.net>2014-07-11 16:39:07 (EDT)
commit95b4f27965f05e506efeaa6b0faa793efc0e870c (patch)
tree94a8247c335fb8c5cbe5887123e82eb66620b69e
parent24a401cf7ef0751298b6f84701ed91bd51df5534 (diff)
init_font(): Really take arguments
-rwxr-xr-xbin/bdf2fbcon2
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;