[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 <mcb30@ipxe.org>
This commit is contained in:
Michael Brown
2025-04-27 17:33:28 +01:00
parent 4c8bf666f4
commit 58e6729cb6

View File

@@ -1,5 +1,5 @@
#ifndef _IPXE_XENVER_H
#define _IPXE_VENVER_H
#define _IPXE_XENVER_H
/** @file
*