X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/7827220c933cf2fd53437d1285b639a49b213508..63c0b8ad3980b46f5c9052c1966a36ce15f6e440:/src/gline.c?ds=sidebyside diff --git a/src/gline.c b/src/gline.c index fbaba6c..489d00b 100644 --- a/src/gline.c +++ b/src/gline.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, @@ -424,3 +424,4 @@ gline_discrim_search(struct gline_discrim *discrim, gline_search_func gsf, void heap_remove_pred(gline_heap, gline_search_helper, &search); return search.hits; } +