Explorar el Código

Fix header guard in error_macros.h

Marcel Admiraal hace 3 años
padre
commit
e2dac6ecd9
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1 2
      core/error_macros.h

+ 1 - 2
core/error_macros.h

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