commit | 54e155282291cc66edfc8c8bf46be386b389b025 | [log] [tgz] |
---|---|---|
author | Patrik Stridvall <ps@leissner.se> | Thu May 18 00:07:31 2000 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Thu May 18 00:07:31 2000 +0000 |
tree | bfb1a43ca6cdbfc3378e99880fc885cd08de6044 | |
parent | 244ad84f503006fcff39983e9f7a7977df6eb70d [diff] [blame] |
Minor bug fixes.
diff --git a/tools/winapi_check/winapi_options.pm b/tools/winapi_check/winapi_options.pm index 90f7e2d..533a793 100644 --- a/tools/winapi_check/winapi_options.pm +++ b/tools/winapi_check/winapi_options.pm
@@ -205,6 +205,10 @@ } } + if($self->help) { + return $self; + } + my $c_paths; if($#$c_files == -1 || ($#$c_files == 0 && $$c_files[0] eq $wine_dir)) { $c_paths = ".";