Commit be3837e9 authored by Vincent Béron's avatar Vincent Béron Committed by Alexandre Julliard

Correct a typo in winapi_local.pm.

parent 85c8a9ef
...@@ -394,7 +394,7 @@ sub check_statements($$) { ...@@ -394,7 +394,7 @@ sub check_statements($$) {
} }
if($options->win32 && $options->report_module($module32)) { if($options->win32 && $options->report_module($module32)) {
_check_statements($win16api, $functions, $function); _check_statements($win32api, $functions, $function);
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment