wasapi: fixed typo in an assert message.
--HG-- extra : histedit_source : 50720952e1131985085ddf58c115123988472fb1
This commit is contained in:
parent
0b9aeb9c4c
commit
a636f0a41a
1 changed files with 1 additions and 1 deletions
|
@ -402,7 +402,7 @@ void
|
||||||
WASAPI_PlatformDeleteActivationHandler(void *handler)
|
WASAPI_PlatformDeleteActivationHandler(void *handler)
|
||||||
{
|
{
|
||||||
/* not asynchronous. */
|
/* not asynchronous. */
|
||||||
SDL_assert(!"This function should have only be called on WinRT.");
|
SDL_assert(!"This function should have only been called on WinRT.");
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue