Commit 0007925e authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

wofutil: Add a trailing linefeed to a FIXME().

parent 196295db
...@@ -25,7 +25,7 @@ WINE_DEFAULT_DEBUG_CHANNEL(wofutil); ...@@ -25,7 +25,7 @@ WINE_DEFAULT_DEBUG_CHANNEL(wofutil);
HRESULT WINAPI WofIsExternalFile( const WCHAR *path, BOOL *result, ULONG *provider, void *ptr, ULONG *length ) HRESULT WINAPI WofIsExternalFile( const WCHAR *path, BOOL *result, ULONG *provider, void *ptr, ULONG *length )
{ {
FIXME( "%s, %p, %p, %p, %p", debugstr_w(path), result, provider, ptr, length ); FIXME( "%s, %p, %p, %p, %p\n", debugstr_w(path), result, provider, ptr, length );
if (result) *result = FALSE; if (result) *result = FALSE;
if (provider) *provider = 0; if (provider) *provider = 0;
if (length) *length = 0; if (length) *length = 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment