X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/d0f04f713ca0b689f745842fcc9e61d24610f11a..964a842d8f29eb5767e64d2028a36cc40ccec911:/src/alloc-x3.c diff --git a/src/alloc-x3.c b/src/alloc-x3.c index 9f32c70..007ce46 100644 --- a/src/alloc-x3.c +++ b/src/alloc-x3.c @@ -5,7 +5,7 @@ * * 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 + * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, @@ -150,3 +150,5 @@ verify(const void *ptr) assert(header->magic == ALLOC_MAGIC); assert(!memcmp((char*)(header + 1) + header->size, redzone, sizeof(redzone))); } + +