diff options
Diffstat (limited to 'isam/isamchk.c')
-rw-r--r-- | isam/isamchk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/isam/isamchk.c b/isam/isamchk.c index c0ba810ef64..5dd20c14063 100644 --- a/isam/isamchk.c +++ b/isam/isamchk.c @@ -671,7 +671,7 @@ static void get_options(register int *argc, register char ***argv) if (isatty(fileno(stdout))) testflag|=T_WRITE_LOOP; - if ((ho_error=handle_options(argc, argv, my_long_options, get_one_option, NULL))) + if ((ho_error=handle_options(argc, argv, my_long_options, get_one_option))) exit(ho_error); if (*argc == 0) |