mirror of
https://github.com/yawut/SDL.git
synced 2026-04-24 15:26:55 -05:00
wasapi: fixed typo in an assert message.
This commit is contained in:
parent
73e151fc52
commit
b3d32bb003
|
|
@ -402,7 +402,7 @@ void
|
|||
WASAPI_PlatformDeleteActivationHandler(void *handler)
|
||||
{
|
||||
/* 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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user