From: Michael Brown Date: Sun, 27 Apr 2025 16:33:28 +0000 (+0100) Subject: [build] Fix typo in xenver.h header guard X-Git-Tag: rolling/bin~365 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=58e6729cb6d4c89bc629403625981aea2a490b94;p=thirdparty%2Fipxe.git [build] Fix typo in xenver.h header guard GCC 15 helpfully reports mismatched #ifdef and #define lines in header guards. Signed-off-by: Michael Brown --- diff --git a/src/include/ipxe/xenver.h b/src/include/ipxe/xenver.h index b29dfb321..5d820a6e7 100644 --- a/src/include/ipxe/xenver.h +++ b/src/include/ipxe/xenver.h @@ -1,5 +1,5 @@ #ifndef _IPXE_XENVER_H -#define _IPXE_VENVER_H +#define _IPXE_XENVER_H /** @file *