diff options
author | monty@hundin.mysql.fi <> | 2002-02-09 04:00:24 +0200 |
---|---|---|
committer | monty@hundin.mysql.fi <> | 2002-02-09 04:00:24 +0200 |
commit | 40c77c767b8e47aaae3e81c39cdbaf98064caf4d (patch) | |
tree | 951f9f67e067af9ed1348ea5c78a45fec48024dc /myisam/myisampack.c | |
parent | f84ca37ed78f83171d5874118e643dad77fc79cc (diff) | |
download | mariadb-git-40c77c767b8e47aaae3e81c39cdbaf98064caf4d.tar.gz |
Removed compiler warnings
Diffstat (limited to 'myisam/myisampack.c')
-rw-r--r-- | myisam/myisampack.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/myisam/myisampack.c b/myisam/myisampack.c index 7ee0ff61204..98fa8fcb377 100644 --- a/myisam/myisampack.c +++ b/myisam/myisampack.c @@ -283,7 +283,7 @@ static void usage(void) -?, --help Display this help and exit.\n\ -V, --version Output version information and exit."); print_defaults("my",load_default_groups); -}; +} /* reads options */ /* Initiates DEBUG - but no debugging here ! */ |