diff options
Diffstat (limited to 'mkfuncs.pl')
-rw-r--r-- | mkfuncs.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mkfuncs.pl b/mkfuncs.pl index 87875f9a1acf..35417339791f 100644 --- a/mkfuncs.pl +++ b/mkfuncs.pl @@ -11,7 +11,7 @@ while (<>) { $state = 1; $params = 0; } elsif ($state == 1 and /(\w+)\s*\(/) { - $def .= " $1 LESSPARAMS(("; + $def .= " $1 LESSPARAMS (("; $state = 2; } elsif ($state == 2) { if (/^{/) { |