This commit is contained in:
Jeff Hill
2001-09-25 00:10:23 +00:00
parent 8b0161c463
commit 0809aa8c8b
2 changed files with 6 additions and 6 deletions

View File

@@ -1391,7 +1391,7 @@ void eventClearTest ( chid chan )
SEVCHK ( status, NULL);
status = ca_add_event ( DBR_FLOAT, chan, selfDeleteEvent,
0, &globalEventID);
0, &globalEventID );
SEVCHK ( status, NULL );
}