wasapi: fixed typo in an assert message.

--HG--
extra : histedit_source : 50720952e1131985085ddf58c115123988472fb1
This commit is contained in:
Ryan C. Gordon 2018-02-21 21:34:35 -05:00
parent 0b9aeb9c4c
commit a636f0a41a

View file

@ -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