docs: Fix formatting issue in PROTOCOL.md

This commit is contained in:
mintsuki 2022-10-14 05:50:54 +02:00
parent c14bb6059f
commit f0d6aa8033
1 changed files with 1 additions and 0 deletions

View File

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