X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/29e444ad666fee86b3056facafdc1f74c0afe761..e74e12bc7c899a47d3f0e28420f6502b8f70a5a9:/pgen-simul.c diff --git a/pgen-simul.c b/pgen-simul.c index e27f7da..175b009 100644 --- a/pgen-simul.c +++ b/pgen-simul.c @@ -7,7 +7,7 @@ * (c) 2006 Straylight/Edgeware */ -/*----- Licensing notice --------------------------------------------------* +/*----- Licensing notice --------------------------------------------------* * * This file is part of Catacomb. * @@ -15,12 +15,12 @@ * it under the terms of the GNU Library General Public License as * published by the Free Software Foundation; either version 2 of the * License, or (at your option) any later version. - * + * * Catacomb is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Library General Public License for more details. - * + * * You should have received a copy of the GNU Library General Public * License along with Catacomb; if not, write to the Free * Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, @@ -161,6 +161,7 @@ int pgen_simultest(int rq, pgen_event *ev, void *p) case PGEN_DONE: for (i = 0; i < ss->n; i++) rabin_destroy(&ss->v[i].r); + rc = PGEN_DONE; break; } return (rc);