Alexandre Julliard : ntdll: Fixed typo in map_image.

Alexandre Julliard julliard at wine.codeweavers.com
Wed Dec 20 08:54:54 CST 2006


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Wed Dec 20 12:31:20 2006 +0100

ntdll: Fixed typo in map_image.

---

 dlls/ntdll/virtual.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/ntdll/virtual.c b/dlls/ntdll/virtual.c
index ff16adc..152af7b 100644
--- a/dlls/ntdll/virtual.c
+++ b/dlls/ntdll/virtual.c
@@ -1081,7 +1081,7 @@ static NTSTATUS map_image( HANDLE hmappi
                             sec->PointerToRawData, (int)pos, file_size, map_size,
                             sec->Characteristics );
             if (map_file_into_view( view, shared_fd, sec->VirtualAddress, map_size, pos,
-                                    VPROT_COMMITTED | VPROT_READ | PROT_WRITE,
+                                    VPROT_COMMITTED | VPROT_READ | VPROT_WRITE,
                                     FALSE ) != STATUS_SUCCESS)
             {
                 ERR_(module)( "Could not map shared section %.8s\n", sec->Name );




More information about the wine-cvs mailing list