summaryrefslogtreecommitdiffstats
path: root/lib/libsectok/ifdhandler.c
diff options
context:
space:
mode:
authorheko <heko@openbsd.org>2001-08-12 12:03:01 +0000
committerheko <heko@openbsd.org>2001-08-12 12:03:01 +0000
commitfd0d495e5e54b34f2a1dfd5e0557835f6d49bd86 (patch)
tree97692b407071b3bff0a48efb0117517fb6dc6620 /lib/libsectok/ifdhandler.c
parentDocument FULLPKGNAME changes. (diff)
downloadwireguard-openbsd-fd0d495e5e54b34f2a1dfd5e0557835f6d49bd86.tar.xz
wireguard-openbsd-fd0d495e5e54b34f2a1dfd5e0557835f6d49bd86.zip
#(endif|else) foo is incorrect, make it #endif /* foo */
deraadt@ ok
Diffstat (limited to 'lib/libsectok/ifdhandler.c')
-rw-r--r--lib/libsectok/ifdhandler.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libsectok/ifdhandler.c b/lib/libsectok/ifdhandler.c
index ca6c47dce26..bdeacecd954 100644
--- a/lib/libsectok/ifdhandler.c
+++ b/lib/libsectok/ifdhandler.c
@@ -1,4 +1,4 @@
-/* $Id: ifdhandler.c,v 1.6 2001/07/30 15:51:16 rees Exp $ */
+/* $Id: ifdhandler.c,v 1.7 2001/08/12 12:03:01 heko Exp $ */
/*
copyright 2000
@@ -162,7 +162,7 @@ IFD_Set_Capabilities(u_long Tag, u_char Value[])
#ifdef DEBUG
fprintf (stderr, "cap_table[%x].flags = %d\n",
(int) Tag, cap_table[i].flags);
-#endif DEBUG
+#endif /* DEBUG */
return 0;
}