]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
[build] Fix typo in xenver.h header guard
authorMichael Brown <mcb30@ipxe.org>
Sun, 27 Apr 2025 16:33:28 +0000 (17:33 +0100)
committerMichael Brown <mcb30@ipxe.org>
Sun, 27 Apr 2025 17:40:03 +0000 (18:40 +0100)
GCC 15 helpfully reports mismatched #ifdef and #define lines in header
guards.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/include/ipxe/xenver.h

index b29dfb321a077fcb4ef3d16686a159700be0565e..5d820a6e708f31170b6cb4ea12d0654dffbf8fd6 100644 (file)
@@ -1,5 +1,5 @@
 #ifndef _IPXE_XENVER_H
-#define _IPXE_VENVER_H
+#define _IPXE_XENVER_H
 
 /** @file
  *