docs: Fix formatting issue in PROTOCOL.md
This commit is contained in:
parent
5d5f29ffeb
commit
5b8f3fe0ee
|
@ -585,6 +585,7 @@ struct limine_framebuffer {
|
|||
uint64_t mode_count;
|
||||
struct limine_video_mode **modes;
|
||||
};
|
||||
```
|
||||
|
||||
`modes` is an array of `mode_count` pointers to `struct limine_video_mode` describing the
|
||||
available video modes for the given framebuffer.
|
||||
|
|
Loading…
Reference in New Issue