summaryrefslogtreecommitdiff
path: root/extra/perror.c
diff options
context:
space:
mode:
authormonty@mysql.com <>2004-09-01 04:12:09 +0300
committermonty@mysql.com <>2004-09-01 04:12:09 +0300
commit054cea4ca8c1c86bd4434d5d068cf21e8623a5ff (patch)
tree4ad5995c2fe0e62dfd3c25bcb2a946ad44728c19 /extra/perror.c
parentba4d4ce97ab4287dd0c3da55f1bae0aaa963a309 (diff)
parent3f0f1a4fb2b3b1b8e60471a5ef8a83e2b978acda (diff)
downloadmariadb-git-054cea4ca8c1c86bd4434d5d068cf21e8623a5ff.tar.gz
Merge with 4.0
Diffstat (limited to 'extra/perror.c')
-rw-r--r--extra/perror.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/perror.c b/extra/perror.c
index b029d87040f..a28626fd873 100644
--- a/extra/perror.c
+++ b/extra/perror.c
@@ -157,7 +157,7 @@ static int get_options(int *argc,char ***argv)
{
int ho_error;
- 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 && !print_all_codes)