mirror of https://github.com/ipxe/ipxe.git
Added missing #endif
parent
cb8e89de15
commit
55497b3402
|
@ -47,5 +47,6 @@
|
||||||
#ifdef NDEBUG
|
#ifdef NDEBUG
|
||||||
#undef assert
|
#undef assert
|
||||||
#define assert(x) do {} while ( 0 )
|
#define assert(x) do {} while ( 0 )
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif /* _ASSERT_H */
|
#endif /* _ASSERT_H */
|
||||||
|
|
Loading…
Reference in New Issue