]> jfr.im git - irc/evilnet/x3.git/blobdiff - src/alloc-x3.c
LOC fix for non-ldap LOC where ldap is available
[irc/evilnet/x3.git] / src / alloc-x3.c
index 9f32c7047c8722e1340c7da086b2fd07af4a3a2e..007ce469c57adb7e291f734b627ebfd2d9a73e57 100644 (file)
@@ -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)));
 }
+
+