]> jfr.im git - irc/evilnet/x3.git/blobdiff - src/alloc-x3.c
quick fix for "Unable to find user SOME-SERVER whose mark is changing." errors, bette...
[irc/evilnet/x3.git] / src / alloc-x3.c
index 3687a7cb880447d8c6bc96e1352db3aeaff46ef8..9d78a1463fee83e55ae5ccd50d3a7f10cd5a338a 100644 (file)
@@ -3,7 +3,7 @@
  *
  * This file is part of srvx.
  *
- * srvx is free software; you can redistribute it and/or modify
+ * x3 is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
  * the Free Software Foundation; either version 2 of the License, or
  * (at your option) any later version.
@@ -150,3 +150,5 @@ verify(const void *ptr)
     assert(header->magic == ALLOC_MAGIC);
     assert(!memcmp((char*)(header + 1) + header->size, redzone, sizeof(redzone)));
 }
+
+