- Continued on the new C parser.
- More reorganizations and fixes.
- API files update.
diff --git a/tools/winapi_check/winapi.pm b/tools/winapi_check/winapi.pm
index 4eb33e4..b7d32fe 100644
--- a/tools/winapi_check/winapi.pm
+++ b/tools/winapi_check/winapi.pm
@@ -105,9 +105,7 @@
my $extension = 0;
my $forbidden = 0;
- if($options->progress) {
- $output->lazy_progress("$file");
- }
+ $output->lazy_progress("$file");
open(IN, "< $wine_dir/$file") || die "$wine_dir/$file: $!\n";
$/ = "\n";
@@ -217,9 +215,7 @@
my $module;
my $module_file;
- if($options->progress) {
- $output->lazy_progress("$file");
- }
+ $output->lazy_progress("$file");
open(IN, "< $file") || die "$file: $!\n";
$/ = "\n";