Procházet zdrojové kódy

wasapi: fixed typo in an assert message.

Ryan C. Gordon před 7 roky
rodič
revize
7e1fa0ce53
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      src/audio/wasapi/SDL_wasapi_win32.c

+ 1 - 1
src/audio/wasapi/SDL_wasapi_win32.c

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