diff --git a/src/libCom/timer/timer.cpp b/src/libCom/timer/timer.cpp index 867b702cf..2335eaff0 100644 --- a/src/libCom/timer/timer.cpp +++ b/src/libCom/timer/timer.cpp @@ -118,7 +118,7 @@ void timer::cancel () this->privateCancel (); // dont wait if this was called indirectly by expire () if ( this->queue.pExpireTmr == this && - this->queue.processThread != epicsThreadGetIdSelf () ) { + this->queue.processThread != epicsThreadGetIdSelf() ) { this->queue.cancelPending = true; } }