From 6fc4a3adfcfa6eca85446d06216060dfcf37f94b Mon Sep 17 00:00:00 2001 From: eivind Date: Wed, 9 Dec 1998 03:30:52 +0000 Subject: Someday I hope people will learn that "#endif" is not a comment introducer in ANSI C. --- sys/i386/isa/if_wl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/i386/isa/if_wl.h') diff --git a/sys/i386/isa/if_wl.h b/sys/i386/isa/if_wl.h index 90801c3..70d5d30 100644 --- a/sys/i386/isa/if_wl.h +++ b/sys/i386/isa/if_wl.h @@ -116,5 +116,5 @@ typedef struct { outw(MMCR(WLSOFTC(unit)->base), \ (u_short)(((u_short)(val) << 8) | ((cmd) << 1) | 1)) -#endif _IF_WL_H +#endif /* _IF_WL_H */ -- cgit v1.1