From a609b3394b811e7809f98591fdd8891a5a6628f4 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Mon, 26 Mar 2001 18:32:30 +0000 Subject: [PATCH] doc --- src/libCom/timer/timer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } }