mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2025-12-24 00:04:34 +01:00
steam_helper: Fix a typo in log error message.
This commit is contained in:
parent
435b67aaf7
commit
db0991c4ae
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue