Fix header guard in error_macros.h

This commit is contained in:
Marcel Admiraal 2022-08-26 16:04:54 +01:00
parent 320fe64d8c
commit e2dac6ecd9

View file

@ -518,8 +518,6 @@ void _err_flush_stdout();
} else \
((void)0)
#endif
/**
* This should be a 'free' assert for program flow and should not be needed in any releases,
* only used in dev builds.
@ -558,5 +556,6 @@ void _err_flush_stdout();
((void)0)
#else
#define DEV_CHECK_ONCE(m_cond)
#endif
#endif // ERROR_MACROS_H