From 7e1fa0ce53bf83c1997c609e4d0b6c79f8df672f Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Wed, 21 Feb 2018 21:34:35 -0500 Subject: [PATCH] wasapi: fixed typo in an assert message. --- src/audio/wasapi/SDL_wasapi_win32.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/audio/wasapi/SDL_wasapi_win32.c b/src/audio/wasapi/SDL_wasapi_win32.c index 4b315ab5a28dd..8b55582c30c3d 100644 --- a/src/audio/wasapi/SDL_wasapi_win32.c +++ b/src/audio/wasapi/SDL_wasapi_win32.c @@ -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