From f5cbac744e4c9f38640ff5c24d5128557cc6c315 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Wed, 4 Sep 2002 14:39:32 +0000 Subject: [PATCH] added doc for structures --- src/ca/CAref.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ca/CAref.html b/src/ca/CAref.html index 3040b2c4c..c5a369e98 100644 --- a/src/ca/CAref.html +++ b/src/ca/CAref.html @@ -997,7 +997,7 @@ values specified when the request was made by the application.

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 =