Paul Vriens : tools/winapi: Fix typo in the generated header.

Alexandre Julliard julliard at winehq.org
Wed Jun 18 12:55:18 CDT 2008


Module: wine
Branch: master
Commit: b79f37f8fdc8e82295c72c739cce9c8bc19df250
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=b79f37f8fdc8e82295c72c739cce9c8bc19df250

Author: Paul Vriens <paul.vriens.wine at 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";
 




More information about the wine-cvs mailing list