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

View File

@ -464,7 +464,7 @@ sub output_header($$$) {
my $test_dir = 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 "\n";