From: Amelia Coutard Date: Thu, 28 Apr 2022 13:31:07 +0000 (+0200) Subject: Added missing #pragma once in multiboot2.hpp X-Git-Url: https://git.ameliathe1st.gay/?a=commitdiff_plain;h=97c0034b368f2add44529a471286e7e40b743622;p=voyage-au-centre-des-fichiers.git Added missing #pragma once in multiboot2.hpp --- 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