diff --git a/dlls/xmllite/reader.c b/dlls/xmllite/reader.c index 525b4f78695..8a078a4a2e0 100644 --- a/dlls/xmllite/reader.c +++ b/dlls/xmllite/reader.c @@ -2855,7 +2855,7 @@ static HRESULT WINAPI xmlreader_GetDepth(IXmlReader* iface, UINT *depth) static BOOL WINAPI xmlreader_IsEOF(IXmlReader* iface) { FIXME("(%p): stub\n", iface); - return E_NOTIMPL; + return FALSE; } static const struct IXmlReaderVtbl xmlreader_vtbl =