Explorar el Código

ps2audio: Delete errant character that got inserted before previous commit.

Ryan C. Gordon hace 2 años
padre
commit
9a2a0a1463
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/audio/ps2/SDL_ps2audio.c

+ 1 - 1
src/audio/ps2/SDL_ps2audio.c

@@ -112,7 +112,7 @@ static void PS2AUDIO_CloseDevice(SDL_AudioDevice *device)
 
         if (device->hidden->rawbuf != NULL) {
             SDL_aligned_free(device->hidden->rawbuf);
-            device->hidden->rawbuf =2 NULL;
+            device->hidden->rawbuf = NULL;
         }
         SDL_free(device->hidden);
         device->hidden = NULL;