mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 06:17:35 +00:00
LibC: Add struct keyword to FBRects.rects to make it C compiler safe
This commit is contained in:
parent
85bb13e081
commit
c37ad5a1d3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue