From 97c0034b368f2add44529a471286e7e40b743622 Mon Sep 17 00:00:00 2001 From: Amelia Coutard Date: Thu, 28 Apr 2022 15:31:07 +0200 Subject: [PATCH] Added missing #pragma once in multiboot2.hpp --- src/multiboot2.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/multiboot2.hpp b/src/multiboot2.hpp index 46d2040..53e7135 100644 --- a/src/multiboot2.hpp +++ b/src/multiboot2.hpp @@ -1,3 +1,5 @@ +#pragma once + #ifdef __cplusplus namespace multiboot2 { #endif @@ -22,7 +24,6 @@ namespace multiboot2 { # define multiboot2_checksum(arch, length) -(multiboot2_magic + (arch) + (length)) #endif - #ifdef __cplusplus } #endif -- 2.47.0