From f0d6aa8033c89c1918631c21ad36254b9c608edb Mon Sep 17 00:00:00 2001 From: mintsuki Date: Fri, 14 Oct 2022 05:50:54 +0200 Subject: [PATCH] docs: Fix formatting issue in PROTOCOL.md --- PROTOCOL.md | 1 + 1 file changed, 1 insertion(+) diff --git a/PROTOCOL.md b/PROTOCOL.md index 97cbf6c4..77b36e82 100644 --- a/PROTOCOL.md +++ b/PROTOCOL.md @@ -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.