font: fix mkttfinfo --verbose option
[sheet.git] / tools / mkttfinfo
index ad8530e531e17785cca0c48fc106c6c6cf46e7dd..9102726bda29bb93d28bbc4170b9dc12dcd15701 100755 (executable)
@@ -9,7 +9,7 @@ use Getopt::Long;
 
 our $VERSION = '1.00';
 
-GetOptions(my %opt,
+GetOptions(\my %opt,
        'verbose|v!',
 );