mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 07:46:29 +00:00
fix a typo
svn path=/trunk/; revision=34281
This commit is contained in:
parent
8d35fff61b
commit
d6d4af57f2
1 changed files with 1 additions and 1 deletions
|
@ -848,7 +848,7 @@ _tWinMain(HINSTANCE hInstance,
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
DPRINT("Failed to creat application window (LastError: %d)!\n", GetLastError());
|
DPRINT("Failed to create application window (LastError: %d)!\n", GetLastError());
|
||||||
}
|
}
|
||||||
|
|
||||||
UnregisterApplicationClasses();
|
UnregisterApplicationClasses();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue