mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-06-02 18:07:40 +00:00
wasapi: fixed typo in an assert message.
This commit is contained in:
parent
ed64d54dfd
commit
7e1fa0ce53
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue