From e75c3729b8ceb8d84ec5a114d50bf319a169d77f Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Tue, 21 Feb 1995 17:52:42 +0000 Subject: [PATCH] Fixed comment on #endif stmt --- src/libCom/errInc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libCom/errInc.c b/src/libCom/errInc.c index b3e2c584f..d39b91f8e 100644 --- a/src/libCom/errInc.c +++ b/src/libCom/errInc.c @@ -21,4 +21,4 @@ #include "errMdef.h" #ifdef VXLIST /* epics vxWorks only*/ -#endif VXLIST +#endif /* VXLIST */