From bfe4d463c16cf2279b9f4f9eb905b4808060c3d0 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Mon, 16 Apr 2001 22:59:47 +0000 Subject: [PATCH] changed to C style comment --- src/ca/acctst.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/ca/acctst.c b/src/ca/acctst.c index fbd2a2557..f8689845b 100644 --- a/src/ca/acctst.c +++ b/src/ca/acctst.c @@ -1533,8 +1533,10 @@ void performMonitorUpdateTest ( chid chan ) unsigned tmpFlowCtrlCount = 0u; ca_pend_event ( 0.1 ); for ( j = 0; j < NELEMENTS ( test ); j++ ) { - // we shouldnt see old monitors because - // we resubscribed + /* + * we shouldnt see old monitors because + * we resubscribed + */ assert ( test[j].count <= i + 2 ); if ( test[j].lastValue == temp ) { if ( test[j].count < i + 1 ) {