Add missing break

This commit is contained in:
Mathieu Eyraud
2024-03-18 13:09:55 +01:00
committed by Ozkan Sezer
parent fc26d5d328
commit 6af979975f

View File

@@ -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");
}