summaryrefslogtreecommitdiff
path: root/usr.sbin/config/ukc.h
diff options
context:
space:
mode:
authorHeikki Korpela <heko@cvs.openbsd.org>2001-08-12 12:03:04 +0000
committerHeikki Korpela <heko@cvs.openbsd.org>2001-08-12 12:03:04 +0000
commit8733d65e598e20f5a4415a710e9c51ab3a3d323d (patch)
tree39173461770e11f8ad331e9aa18365fc4ab2d19f /usr.sbin/config/ukc.h
parentbbbc80b14c0c9c05eb40dfe595d4893002a710bf (diff)
#(endif|else) foo is incorrect, make it #endif /* foo */
deraadt@ ok
Diffstat (limited to 'usr.sbin/config/ukc.h')
-rw-r--r--usr.sbin/config/ukc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/config/ukc.h b/usr.sbin/config/ukc.h
index a11280e1836..407fa939e16 100644
--- a/usr.sbin/config/ukc.h
+++ b/usr.sbin/config/ukc.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ukc.h,v 1.4 2001/02/04 20:42:12 maja Exp $ */
+/* $OpenBSD: ukc.h,v 1.5 2001/08/12 12:03:03 heko Exp $ */
/*
* Copyright (c) 1999-2001 Mats O Jansson. All rights reserved.
@@ -152,6 +152,6 @@ void process_history __P((int, char *));
#define UC_FIND 'f'
#define UC_SHOW 's'
-#endif _UTIL_H
+#endif /* _UTIL_H */