Correct a typo in winapi_local.pm.
This commit is contained in:
parent
85c8a9ef8e
commit
be3837e95b
|
@ -394,7 +394,7 @@ sub check_statements($$) {
|
|||
}
|
||||
|
||||
if($options->win32 && $options->report_module($module32)) {
|
||||
_check_statements($win16api, $functions, $function);
|
||||
_check_statements($win32api, $functions, $function);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue