Kaynağa Gözat

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

Diego Garza 4 yıl önce
ebeveyn
işleme
c37ad5a1d3

+ 1 - 1
Userland/Libraries/LibC/sys/ioctl_numbers.h

@@ -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