docs/protocol: Fix syntax highlighting of struct limine_video_mode

This commit is contained in:
mintsuki 2022-12-08 12:25:43 +01:00
parent 040a15817f
commit 382d88913d
1 changed files with 1 additions and 1 deletions

View File

@ -590,7 +590,7 @@ struct limine_framebuffer {
`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.
``` ```c
struct limine_video_mode { struct limine_video_mode {
uint64_t pitch; uint64_t pitch;
uint64_t width; uint64_t width;