summaryrefslogtreecommitdiff
path: root/mysys
diff options
context:
space:
mode:
authorvva@genie.(none) <>2002-09-10 12:36:19 +0500
committervva@genie.(none) <>2002-09-10 12:36:19 +0500
commitc29182a91648df94a02cb63cf3066ae1322118e1 (patch)
tree93a5aa8d7bd14f7f70cebb1edbecdb1634138d73 /mysys
parent098f4afa91cf6385e887544072cdb07d41df046d (diff)
downloadmariadb-git-c29182a91648df94a02cb63cf3066ae1322118e1.tar.gz
syntactic error..
Diffstat (limited to 'mysys')
-rw-r--r--mysys/thr_alarm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysys/thr_alarm.c b/mysys/thr_alarm.c
index 5bf1bb643e6..c3438808a45 100644
--- a/mysys/thr_alarm.c
+++ b/mysys/thr_alarm.c
@@ -688,7 +688,7 @@ bool thr_got_alarm(thr_alarm_t *alrm_ptr)
void thr_end_alarm(thr_alarm_t *alrm_ptr)
{
thr_alarm_t alrm= *alrm_ptr;
- if (alarm && alrm->crono)
+ if (alrm && alrm->crono)
{
KillTimer(NULL, alrm->crono);
alrm->crono = 0;