mapi32: Void functions should not return a value.
This commit is contained in:
parent
a0b2dbd1dc
commit
f2acf60044
|
@ -665,7 +665,7 @@ VOID WINAPI FreePadrlist(LPADRLIST lpAddrs)
|
||||||
TRACE("(%p)\n", lpAddrs);
|
TRACE("(%p)\n", lpAddrs);
|
||||||
|
|
||||||
/* Structures are binary compatible; use the same implementation */
|
/* Structures are binary compatible; use the same implementation */
|
||||||
return FreeProws((LPSRowSet)lpAddrs);
|
FreeProws((LPSRowSet)lpAddrs);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*************************************************************************
|
/*************************************************************************
|
||||||
|
|
Loading…
Reference in New Issue