Remove unreachable break statements in _ctypes_test.c (#140585)

This commit is contained in:
Shamil
2025-10-25 17:59:12 +03:00
committed by GitHub
parent df07364106
commit 2a1c9bd616

View File

@@ -989,13 +989,10 @@ EXPORT(RECT) ReturnRect(int i, RECT ar, RECT* br, POINT cp, RECT dr,
{
case 0:
return ar;
break;
case 1:
return dr;
break;
case 2:
return gr;
break;
}
return ar;