mirror of
https://github.com/ValveSoftware/Proton.git
synced 2024-12-26 06:35:46 +03:00
steam_helper: Fix a typo in log error message.
This commit is contained in:
parent
435b67aaf7
commit
db0991c4ae
@ -1216,7 +1216,7 @@ run:
|
|||||||
|
|
||||||
if ((ret = (INT_PTR)ShellExecuteW(NULL, verb, cmdline, NULL, NULL, hide_window ? SW_HIDE : SW_SHOWNORMAL)) < 32)
|
if ((ret = (INT_PTR)ShellExecuteW(NULL, verb, cmdline, NULL, NULL, hide_window ? SW_HIDE : SW_SHOWNORMAL)) < 32)
|
||||||
{
|
{
|
||||||
WINE_ERR("Failed to execture %s, ret %u.\n", wine_dbgstr_w(cmdline), (unsigned int)ret);
|
WINE_ERR("Failed to execute %s, ret %u.\n", wine_dbgstr_w(cmdline), (unsigned int)ret);
|
||||||
if (game_process && ret == SE_ERR_NOASSOC && link2ea)
|
if (game_process && ret == SE_ERR_NOASSOC && link2ea)
|
||||||
{
|
{
|
||||||
/* Try to uninstall EA desktop so it is set up from prerequisites on the next run. */
|
/* Try to uninstall EA desktop so it is set up from prerequisites on the next run. */
|
||||||
|
Loading…
Reference in New Issue
Block a user