mirror of
https://github.com/ipxe/ipxe.git
synced 2026-05-05 12:26:37 +02: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:
parent
4c8bf666f4
commit
58e6729cb6
@ -1,5 +1,5 @@
|
||||
#ifndef _IPXE_XENVER_H
|
||||
#define _IPXE_VENVER_H
|
||||
#define _IPXE_XENVER_H
|
||||
|
||||
/** @file
|
||||
*
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user