c2man: Fix a typo.

oldstable
Alexandre Julliard 2011-03-18 21:13:47 +01:00
parent 7f8d01f086
commit 35d7213407
1 changed files with 1 additions and 1 deletions

View File

@ -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]);