mapi32: Use 0 instead of (wrongly) casting NULL to an integer.

This commit is contained in:
Michael Stefaniuc 2009-10-01 22:26:40 +02:00 committed by Alexandre Julliard
parent 59be8e519f
commit e81286484e
1 changed files with 1 additions and 1 deletions

View File

@ -358,7 +358,7 @@ static ULONG sendmail_extended_mapi(LHANDLE mapi_session, ULONG_PTR uiparam, lpM
IMsgStore_Release(msg_store);
logoff: ;
IMAPISession_Logoff(session, (ULONG) NULL, 0, 0);
IMAPISession_Logoff(session, 0, 0, 0);
IMAPISession_Release(session);
cleanup: ;