From: mdw Date: Wed, 26 Jul 2000 18:00:00 +0000 (+0000) Subject: No footer line! X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/commitdiff_plain/d28d625a0957b9a371570f020ece3d87274af68b No footer line! --- diff --git a/limlee.c b/limlee.c index a25c034..705a2f1 100644 --- a/limlee.c +++ b/limlee.c @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: limlee.c,v 1.1 2000/07/09 21:30:58 mdw Exp $ + * $Id: limlee.c,v 1.2 2000/07/26 18:00:00 mdw Exp $ * * Generate Lim-Lee primes * @@ -30,6 +30,9 @@ /*----- Revision history --------------------------------------------------* * * $Log: limlee.c,v $ + * Revision 1.2 2000/07/26 18:00:00 mdw + * No footer line! + * * Revision 1.1 2000/07/09 21:30:58 mdw * Lim-Lee prime generation. * @@ -330,3 +333,4 @@ fail: return (0); } +/*----- That's all, folks -------------------------------------------------*/