From 781dc22517c509fd5c9de328e2851094ca9f3ecb Mon Sep 17 00:00:00 2001 From: Ron Sluiter Date: Wed, 4 Jun 2008 21:56:30 +0000 Subject: [PATCH] Minor compiler error. --- motorApp/MotorSrc/devMotorAsyn.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/motorApp/MotorSrc/devMotorAsyn.c b/motorApp/MotorSrc/devMotorAsyn.c index 6170e9b7..92772992 100644 --- a/motorApp/MotorSrc/devMotorAsyn.c +++ b/motorApp/MotorSrc/devMotorAsyn.c @@ -11,9 +11,9 @@ * Notwithstanding the above, explicit permission is granted for APS to * redistribute this software. * - * Version: $Revision: 1.23 $ - * Modified by: $Author: peterd $ - * Last Modified: $Date: 2008-05-19 15:56:01 $ + * Version: $Revision: 1.24 $ + * Modified by: $Author: sluiter $ + * Last Modified: $Date: 2008-06-04 21:56:30 $ * * Original Author: Peter Denison * Current Author: Peter Denison @@ -142,7 +142,7 @@ static void init_controller(struct motorRecord *pmr, asynUser *pasynUser ) else asynPrint(pasynUser, ASYN_TRACE_FLOW, "devMotorAsyn::init_controller, %s setting of position not required, position=%f, mres=%f, dval=%f, rdbd=%f", - pmr->name, position, pmr->mres, pmr->dval, rdbd ); + pmr->name, position, pmr->mres, pmr->dval, pmr->rdbd); }