ole32: Rename entry_updatable() to its more common spelling.

Signed-off-by: Francois Gouget <fgouget@free.fr>
Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Francois Gouget 2018-01-04 15:55:48 +01:00 committed by Alexandre Julliard
parent 62a1410a07
commit 5fd5618e3d
1 changed files with 2 additions and 2 deletions

View File

@ -2562,7 +2562,7 @@ static HRESULT WINAPI DataCache_IOleCache2_SetData(
return OLE_E_BLANK; return OLE_E_BLANK;
} }
static BOOL entry_updateable( DataCacheEntry *entry, DWORD mode ) static BOOL entry_updatable( DataCacheEntry *entry, DWORD mode )
{ {
BOOL is_blank = entry->stgmedium.tymed == TYMED_NULL; BOOL is_blank = entry->stgmedium.tymed == TYMED_NULL;
@ -2595,7 +2595,7 @@ static HRESULT WINAPI DataCache_UpdateCache( IOleCache2 *iface, IDataObject *dat
{ {
slots++; slots++;
if (!entry_updateable( cache_entry, mode )) if (!entry_updatable( cache_entry, mode ))
{ {
done_one = TRUE; done_one = TRUE;
continue; continue;