Skip to content

Commit

Permalink
wasapi: fixed typo in an assert message.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Feb 22, 2018
1 parent ed64d54 commit 7e1fa0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/audio/wasapi/SDL_wasapi_win32.c
Expand Up @@ -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
Expand Down

0 comments on commit 7e1fa0c

Please sign in to comment.