mirror of
https://github.com/reactos/reactos.git
synced 2024-11-28 05:53:31 +08:00
[WIN32SS] Fix a typo in dbg print
This commit is contained in:
parent
6b0ddf6813
commit
feb7df42b4
@ -205,7 +205,7 @@ VersionRegisterClass(
|
||||
WCHAR ClassNameBuf[MAX_PATH] = {0};
|
||||
RTL_CALLER_ALLOCATED_ACTIVATION_CONTEXT_STACK_FRAME_EXTENDED Frame = { sizeof(Frame), 1 };
|
||||
|
||||
ERR("VersionRegisterClass: Attempting to call RegisterClassNameW in %S\n.", lpLibFileName);
|
||||
ERR("VersionRegisterClass: Attempting to call RegisterClassNameW in %S.\n", lpLibFileName);
|
||||
|
||||
RtlActivateActivationContextUnsafeFast(&Frame, Contex);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user