diff --git a/src/render/SDL_yuv_sw.c b/src/render/SDL_yuv_sw.c index e1fe37f5e3..a72f1e1a8e 100644 --- a/src/render/SDL_yuv_sw.c +++ b/src/render/SDL_yuv_sw.c @@ -211,7 +211,7 @@ int SDL_SW_UpdateYUVTexture(SDL_SW_YUVTexture *swdata, const SDL_Rect *rect, dst += 2 * ((swdata->w + 1) / 2); } } - } + } break; default: return SDL_SetError("Unsupported YUV format"); }