Correct a typo in winapi_local.pm.

oldstable
Vincent Béron 2005-08-11 10:32:10 +00:00 committed by Alexandre Julliard
parent 85c8a9ef8e
commit be3837e95b
1 changed files with 1 additions and 1 deletions

View File

@ -394,7 +394,7 @@ sub check_statements($$) {
}
if($options->win32 && $options->report_module($module32)) {
_check_statements($win16api, $functions, $function);
_check_statements($win32api, $functions, $function);
}
}