diff options
author | vva@genie.(none) <> | 2002-09-10 12:36:19 +0500 |
---|---|---|
committer | vva@genie.(none) <> | 2002-09-10 12:36:19 +0500 |
commit | c29182a91648df94a02cb63cf3066ae1322118e1 (patch) | |
tree | 93a5aa8d7bd14f7f70cebb1edbecdb1634138d73 /mysys | |
parent | 098f4afa91cf6385e887544072cdb07d41df046d (diff) | |
download | mariadb-git-c29182a91648df94a02cb63cf3066ae1322118e1.tar.gz |
syntactic error..
Diffstat (limited to 'mysys')
-rw-r--r-- | mysys/thr_alarm.c | 2 |
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; |