Explorar o código

core: fix typo added with pkg stats

- reported by Juha Heinanen
Daniel-Constantin Mierla %!s(int64=14) %!d(string=hai) anos
pai
achega
92d6b6c198
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      mem/f_malloc.c

+ 1 - 1
mem/f_malloc.c

@@ -56,7 +56,7 @@
 #include "../bit_scan.h"
 #include "../cfg/cfg.h" /* memlog */
 #ifdef MALLOC_STATS
-#include "../evnets.h"
+#include "../events.h"
 #endif