From: Simon Schubert Date: Thu, 19 Jan 2006 03:14:06 +0000 (+0000) Subject: Fix warning: X-Git-Tag: v2.0.1~5366 X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/commitdiff_plain/fd70b527c291eae10e11640497ee29768a7b2966 Fix warning: checknr.c:558:8: warning: extra tokens at end of #endif directive Submitted-by: kevin kane --- diff --git a/usr.bin/checknr/checknr.c b/usr.bin/checknr/checknr.c index 73634e9f4e..4b37340149 100644 --- a/usr.bin/checknr/checknr.c +++ b/usr.bin/checknr/checknr.c @@ -33,7 +33,7 @@ * @(#) Copyright (c) 1980, 1993 The Regents of the University of California. All rights reserved. * @(#)checknr.c 8.1 (Berkeley) 6/6/93 * - * $DragonFly: src/usr.bin/checknr/checknr.c,v 1.11 2005/03/04 02:53:55 cpressey Exp $ + * $DragonFly: src/usr.bin/checknr/checknr.c,v 1.12 2006/01/19 03:14:06 corecode Exp $ */ #include @@ -555,7 +555,7 @@ addmac(const char *mac) if (binsrch(mac, &slot) >= 0) { #ifdef DEBUG printf("binsrch(%s) -> already in table\n", mac); -#endif DEBUG +#endif /* DEBUG */ return; } #ifdef DEBUG