mirror of
https://github.com/ipxe/ipxe
synced 2025-12-11 05:51:37 +03:00
[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:
@@ -1,5 +1,5 @@
|
|||||||
#ifndef _IPXE_XENVER_H
|
#ifndef _IPXE_XENVER_H
|
||||||
#define _IPXE_VENVER_H
|
#define _IPXE_XENVER_H
|
||||||
|
|
||||||
/** @file
|
/** @file
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user