mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2024-09-13 09:17:20 -07:00
wineboot-drivers_etc_Stubs: Add a missing \n to an ERR message.
This commit is contained in:
parent
41484ad4ed
commit
7f9bf47dd0
@ -46,7 +46,7 @@ index a20b4e1..b2cc0a9 100644
|
||||
+ file = CreateFileW( path, GENERIC_WRITE, FILE_SHARE_READ | FILE_SHARE_WRITE,
|
||||
+ NULL, CREATE_NEW, FILE_ATTRIBUTE_NORMAL, NULL );
|
||||
+ if (file == INVALID_HANDLE_VALUE)
|
||||
+ WINE_ERR( "wine: failed to create %s.", wine_dbgstr_w(path) );
|
||||
+ WINE_ERR( "wine: failed to create %s.\n", wine_dbgstr_w(path) );
|
||||
+ else
|
||||
+ CloseHandle( file );
|
||||
+ }
|
||||
|
Loading…
Reference in New Issue
Block a user