mapi32: Void functions should not return a value.

This commit is contained in:
Andrew Talbot 2007-04-08 16:52:06 +01:00 committed by Alexandre Julliard
parent a0b2dbd1dc
commit f2acf60044
1 changed files with 1 additions and 1 deletions

View File

@ -665,7 +665,7 @@ VOID WINAPI FreePadrlist(LPADRLIST lpAddrs)
TRACE("(%p)\n", lpAddrs);
/* Structures are binary compatible; use the same implementation */
return FreeProws((LPSRowSet)lpAddrs);
FreeProws((LPSRowSet)lpAddrs);
}
/*************************************************************************