LibC: Add struct keyword to FBRects.rects to make it C compiler safe

This commit is contained in:
Diego Garza 2021-06-28 22:39:18 -05:00 committed by Andreas Kling
commit c37ad5a1d3
Notes: sideshowbarker 2024-07-18 11:21:50 +09:00

View file

@ -32,7 +32,7 @@ struct FBRect {
struct FBRects { struct FBRects {
unsigned count; unsigned count;
FBRect const* rects; struct FBRect const* rects;
}; };
__END_DECLS __END_DECLS