X-Git-Url: https://git.distorted.org.uk/~mdw/anag/blobdiff_plain/cdb480951031f64f4785da1787b16fe235b76f13..0279756ef8eb60878927c9e325a9ad25a4b0f150:/anag.c diff --git a/anag.c b/anag.c index d4413bd..d27523b 100644 --- a/anag.c +++ b/anag.c @@ -1,13 +1,11 @@ /* -*-c-*- * - * $Id$ - * * Main driver for anag * * (c) 2001 Mark Wooding */ -/*----- Licensing notice --------------------------------------------------* +/*----- Licensing notice --------------------------------------------------* * * This file is part of Anag: a simple wordgame helper. * @@ -15,12 +13,12 @@ * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. - * + * * Anag 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 General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with Anag; if not, write to the Free Software Foundation, * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. @@ -143,9 +141,9 @@ static const struct opt opttab[] = { #ifdef HAVE_PCRE { "pcre", 1, 0, O_PCRE }, #endif - { "length", 1, 0, O_LENGTH }, - { "longest", 0, 0, O_LONGEST }, - { "shortest", 0, 0, O_SHORTEST }, + { "length", 1, 0, O_LENGTH }, + { "longest", 0, 0, O_LONGEST }, + { "shortest", 0, 0, O_SHORTEST }, /* --- End marker --- */