Skip to content

Commit

Permalink
Update generate_stubs.pl
Browse files Browse the repository at this point in the history
  • Loading branch information
Shefali199 committed Oct 9, 2021
1 parent 42af0f7 commit b16c6f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ut_assert/scripts/generate_stubs.pl
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@
if ($fileapi->{$funcname}->{variadic}) {
$args .= ", va_list";
}
print OUT "extern void ".$handler_func->{$funcname}."($args);\n";
print OUT "void ".$handler_func->{$funcname}."($args);\n";
}
}

Expand Down

0 comments on commit b16c6f1

Please sign in to comment.