Matteo Bruni (@Mystral) commented about dlls/d3dx9_36/tests/surface.c:
- }
+}
+static void test_tga_header_handling(void) +{
- static const struct
- {
struct tga_header header;
struct
{
HRESULT hr;
uint32_t width;
uint32_t height;
D3DFORMAT format;
}
expected;
The `expected` can actually go on the same line as the `}`.