Daniel Santos : make_requests: Correct comment in header (minor patch).
Module: wine Branch: master Commit: 0ea28a649b0e35fac0a3200e534ff9e6003aa68b URL: http://source.winehq.org/git/wine.git/?a=commit;h=0ea28a649b0e35fac0a3200e53... Author: Daniel Santos <javatroubadour(a)yahoo.com> Date: Mon May 25 13:07:24 2009 -0700 make_requests: Correct comment in header (minor patch). --- tools/make_requests | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tools/make_requests b/tools/make_requests index b53af11..e7a1ffb 100755 --- a/tools/make_requests +++ b/tools/make_requests @@ -1,7 +1,7 @@ #! /usr/bin/perl -w # # Build the server/trace.c and server/request.h files -# from the contents of include/wine/server.h. +# from the contents of server/protocol.def. # # Copyright (C) 1998 Alexandre Julliard #
participants (1)
-
Alexandre Julliard