X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/348683aa59f63ac110c129f808c91fc3156ee14f..75ddd32792fd2d0bf86c6e85d360c661134a0681:/src/alloc-x3.c diff --git a/src/alloc-x3.c b/src/alloc-x3.c index 007ce46..125f6ff 100644 --- a/src/alloc-x3.c +++ b/src/alloc-x3.c @@ -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))); } - -