added doc for structures

This commit is contained in:
Jeff Hill
2002-09-04 14:39:32 +00:00
parent 722b8bdf01
commit f5cbac744e
+1 -1
View File
@@ -997,7 +997,7 @@ values specified when the request was made by the application.</p>
void myCallback ( struct event_handler_args args )
{
if ( args.status != ECA_NOEMAL ) {
if ( args.status != ECA_NORMAL ) {
}
if ( args.type == DBR_TIME_DOUBLE ) {
const struct dbr_time_double * pTD =