Explorar el Código

Added missing #endif

tags/v0.9.3
Michael Brown hace 18 años
padre
commit
55497b3402
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      src/include/assert.h

+ 1
- 0
src/include/assert.h Ver fichero

@@ -47,5 +47,6 @@
47 47
 #ifdef NDEBUG
48 48
 #undef assert
49 49
 #define assert(x) do {} while ( 0 )
50
+#endif
50 51
 
51 52
 #endif /* _ASSERT_H */

Loading…
Cancelar
Guardar