From de33b024df99bdd412364a1b0201277efb4ad905 Mon Sep 17 00:00:00 2001 From: Haru Date: Fri, 15 Jan 2016 20:34:26 +0100 Subject: Fixed a typo in the constdb converter script Thanks to Lemongrass for reporting it Signed-off-by: Haru --- tools/constdbconverter.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools/constdbconverter.pl') diff --git a/tools/constdbconverter.pl b/tools/constdbconverter.pl index 31e84abef..b534eba70 100755 --- a/tools/constdbconverter.pl +++ b/tools/constdbconverter.pl @@ -24,7 +24,7 @@ use strict; use warnings; -sub parse_questdb (@) { +sub parse_constdb (@) { my @input = @_; foreach (@input) { chomp $_; @@ -109,6 +109,6 @@ constants_db: { EOF -parse_questdb(<>); +parse_constdb(<>); print "}\n"; -- cgit v1.2.3-60-g2f50