From b79f37f8fdc8e82295c72c739cce9c8bc19df250 Mon Sep 17 00:00:00 2001 From: Paul Vriens Date: Tue, 17 Jun 2008 07:57:45 +0200 Subject: [PATCH] tools/winapi: Fix typo in the generated header. --- tools/winapi/winapi_test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/winapi/winapi_test b/tools/winapi/winapi_test index 5e8d144f391..f4f00fb698a 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"; -- 2.11.4.GIT