diff options
Diffstat (limited to 'tests/libtest/mk-lib1521.pl')
-rw-r--r-- | tests/libtest/mk-lib1521.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/libtest/mk-lib1521.pl b/tests/libtest/mk-lib1521.pl index 7b31c0b28..7db2e10e6 100644 --- a/tests/libtest/mk-lib1521.pl +++ b/tests/libtest/mk-lib1521.pl @@ -166,7 +166,7 @@ while(<STDIN>) { elsif($type eq "FUNCTIONPOINT") { if($name =~ /([^ ]*)FUNCTION/) { my $l=lc($1); - print "${pref} ${l}cb);\n"; + print "${pref}\n$i${l}cb);\n"; } else { print "${pref} &func);\n"; |