tools/winapi: Fix typo in the generated header.

This commit is contained in:
Paul Vriens 2008-06-17 07:57:45 +02:00 committed by Alexandre Julliard
parent 9060d2aaab
commit b79f37f8fd
1 changed files with 1 additions and 1 deletions

View File

@ -464,7 +464,7 @@ sub output_header($$$) {
my $test_dir = shift; my $test_dir = shift;
my @tests = @{(shift)}; my @tests = @{(shift)};
print OUT "/* File generated automatically from tools/winapi/test.dat; do not edit! */\n"; print OUT "/* File generated automatically from tools/winapi/tests.dat; do not edit! */\n";
print OUT "/* This file can be copied, modified and distributed without restriction. */\n"; print OUT "/* This file can be copied, modified and distributed without restriction. */\n";
print OUT "\n"; print OUT "\n";