mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 04:39:45 +00:00
wintrust: Typo in TRACE.
This commit is contained in:
parent
90ffc37aa7
commit
9b9de584bf
@ -238,7 +238,7 @@ BOOL WINAPI WintrustAddActionID( GUID* pgActionID, DWORD fdwFlags,
|
||||
LONG Res;
|
||||
LONG WriteActionError = ERROR_SUCCESS;
|
||||
|
||||
TRACE("%p %lx %p\n", debugstr_guid(pgActionID), fdwFlags, psProvInfo);
|
||||
TRACE("%s %lx %p\n", debugstr_guid(pgActionID), fdwFlags, psProvInfo);
|
||||
|
||||
/* Some sanity checks.
|
||||
* We use the W2K3 last error as it makes more sense (W2K leaves the last error
|
||||
|
Loading…
Reference in New Issue
Block a user