From 58e6729cb6d4c89bc629403625981aea2a490b94 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Sun, 27 Apr 2025 17:33:28 +0100 Subject: [PATCH] [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 --- src/include/ipxe/xenver.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 * -- 2.47.3