Alexandre Julliard : c2man: Fix a typo.

Alexandre Julliard julliard at winehq.org
Mon Mar 28 14:21:55 CDT 2011


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Fri Mar 18 21:13:47 2011 +0100

c2man: Fix a typo.

---

 tools/c2man.pl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tools/c2man.pl b/tools/c2man.pl
index 3540911..bc25683 100755
--- a/tools/c2man.pl
+++ b/tools/c2man.pl
@@ -1990,7 +1990,7 @@ sub output_sgml_dll_file($)
     if (@$_[$EXPORT_CALL] ne "forward" && @$_[$EXPORT_CALL] ne "extern" &&
         @$_[$EXPORT_CALL] ne "stub" && @$_[$EXPORT_CALL] ne "equate" &&
         @$_[$EXPORT_CALL] ne "variable" && @$_[$EXPORT_CALL] ne "fake" &&
-        @$_[$EXPORT_FLAGS] & $FLAGS_DOCUMENTED)
+        @$_[$EXPORT_FLAGS] & $FLAG_DOCUMENTED)
     {
       # A documented function
       push (@source_files,@$_[$EXPORT_IMPNAME]);




More information about the wine-cvs mailing list