Module: wine
Branch: master
Commit: b79f37f8fdc8e82295c72c739cce9c8bc19df250
URL: http://source.winehq.org/git/wine.git/?a=commit;h=b79f37f8fdc8e82295c72c739…
Author: Paul Vriens <paul.vriens.wine(a)gmail.com>
Date: Tue Jun 17 07:57:45 2008 +0200
tools/winapi: Fix typo in the generated header.
---
tools/winapi/winapi_test | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tools/winapi/winapi_test b/tools/winapi/winapi_test
index 5e8d144..f4f00fb 100755
--- a/tools/winapi/winapi_test
+++ b/tools/winapi/winapi_test
@@ -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";