Project

General

Profile

Actions

Bug #74

closed

Warning fix

Added by kevin.kane about 18 years ago. Updated over 17 years ago.

Status:
Closed
Priority:
Low
Assignee:
-
Category:
-
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:

Description

Fix warning:
checknr.c:558:8: warning: extra tokens at end of #endif directive

Index: checknr.c ===================================================================
RCS file: /home/dcvs/src/usr.bin/checknr/checknr.c,v
retrieving revision 1.11
diff u -r1.11 checknr.c
--
checknr.c 4 Mar 2005 02:53:55 0000 1.11
++ checknr.c 19 Jan 2006 02:51:30 -0000
@ -555,7 +555,7 @
if (binsrch(mac, &slot) >= 0) {
#ifdef DEBUG
printf("binsrch(%s) -> already in table\n", mac);
#endif DEBUG
#endif /* DEBUG */
return;
}
#ifdef DEBUG

Actions #1

Updated by corecode about 18 years ago

kevin kane wrote:

Fix warning:
checknr.c:558:8: warning: extra tokens at end of #endif directive

thanks, committed.

Actions

Also available in: Atom PDF