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