summaryrefslogtreecommitdiff
path: root/myisam/myisamchk.c
diff options
context:
space:
mode:
authorunknown <serg@serg.mysql.com>2002-11-09 15:09:24 +0100
committerunknown <serg@serg.mysql.com>2002-11-09 15:09:24 +0100
commit3cff56d096174c4b612d4b34649b595392d283d6 (patch)
treeabc5075c15d4ff6e99c3e154833b8d9a900059d3 /myisam/myisamchk.c
parente5d0df2c06f1a60e2d2737e27ccef6e01b04df1a (diff)
downloadmariadb-git-3cff56d096174c4b612d4b34649b595392d283d6.tar.gz
typo fixed
Diffstat (limited to 'myisam/myisamchk.c')
-rw-r--r--myisam/myisamchk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/myisam/myisamchk.c b/myisam/myisamchk.c
index ca4e430d49b..d39b1e75c15 100644
--- a/myisam/myisamchk.c
+++ b/myisam/myisamchk.c
@@ -1638,7 +1638,7 @@ err:
volatile bool *killed_ptr(MI_CHECK *param)
{
- return (bool *)(param->thd); /* always NULL */
+ return (bool *)(& param->thd); /* always NULL */
}
/* print warnings and errors */