diff --git a/src/ca/cadef.h b/src/ca/cadef.h index db7d97629..94f8be90b 100644 --- a/src/ca/cadef.h +++ b/src/ca/cadef.h @@ -136,7 +136,7 @@ HDRVERSIONID(cadefh, "@(#) $Id$") #define ca_name(CHID) ((READONLY char *)((CHID)+1)) /* * the odd cast here removes const (and allows past practice - * of using ca_puser(CHID) as an lvalue. + * of using ca_puser(CHID) as an lvalue). */ #define ca_puser(CHID) (*(void **)&((CHID)->puser)) /* diff --git a/src/include/cadef.h b/src/include/cadef.h index db7d97629..94f8be90b 100644 --- a/src/include/cadef.h +++ b/src/include/cadef.h @@ -136,7 +136,7 @@ HDRVERSIONID(cadefh, "@(#) $Id$") #define ca_name(CHID) ((READONLY char *)((CHID)+1)) /* * the odd cast here removes const (and allows past practice - * of using ca_puser(CHID) as an lvalue. + * of using ca_puser(CHID) as an lvalue). */ #define ca_puser(CHID) (*(void **)&((CHID)->puser)) /*