From 382d88913d38267cab77e710846361126845f528 Mon Sep 17 00:00:00 2001 From: mintsuki Date: Thu, 8 Dec 2022 12:25:43 +0100 Subject: [PATCH] docs/protocol: Fix syntax highlighting of struct limine_video_mode --- PROTOCOL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PROTOCOL.md b/PROTOCOL.md index 73c2aec7..ab792984 100644 --- a/PROTOCOL.md +++ b/PROTOCOL.md @@ -590,7 +590,7 @@ struct limine_framebuffer { `modes` is an array of `mode_count` pointers to `struct limine_video_mode` describing the available video modes for the given framebuffer. -``` +```c struct limine_video_mode { uint64_t pitch; uint64_t width;