]> jfr.im git - irc/evilnet/x3.git/blobdiff - src/alloc-x3.c
Couple of srvx updates.
[irc/evilnet/x3.git] / src / alloc-x3.c
index 007ce469c57adb7e291f734b627ebfd2d9a73e57..125f6ff140a62d280e416e4f8d9721598bc685ae 100644 (file)
@@ -1,9 +1,9 @@
-/* alloc-x3.c - Debug allocation wrapper
+/* alloc-srvx.c - Debug allocation wrapper
  * Copyright 2005 srvx Development Team
  *
  * This file is part of srvx.
  *
- * x3 is free software; you can redistribute it and/or modify
+ * srvx 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 3 of the License, or
  * (at your option) any later version.
@@ -150,5 +150,3 @@ verify(const void *ptr)
     assert(header->magic == ALLOC_MAGIC);
     assert(!memcmp((char*)(header + 1) + header->size, redzone, sizeof(redzone)));
 }
-
-