diff options
author | unknown <monty@narttu.mysql.fi> | 2003-03-10 13:54:20 +0200 |
---|---|---|
committer | unknown <monty@narttu.mysql.fi> | 2003-03-10 13:54:20 +0200 |
commit | 5c100a6975cb50a6e20e6a0380bfb616e54eab70 (patch) | |
tree | c4dd436c27f0afcb40a0c5a50508515617f5552c /mysys/my_getopt.c | |
parent | 012ffb5d505cc563ae980bd8cbee9b668f517cac (diff) | |
download | mariadb-git-5c100a6975cb50a6e20e6a0380bfb616e54eab70.tar.gz |
after merge fixes
Diffstat (limited to 'mysys/my_getopt.c')
-rw-r--r-- | mysys/my_getopt.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mysys/my_getopt.c b/mysys/my_getopt.c index c6fe606eaaf..759c96462f6 100644 --- a/mysys/my_getopt.c +++ b/mysys/my_getopt.c @@ -431,8 +431,8 @@ int handle_options(int *argc, char ***argv, Will set the option value to given value */ -static int setval (const struct my_option *opts, char *argument, - my_bool set_maximum_value) +static int setval(const struct my_option *opts, char *argument, + my_bool set_maximum_value) { int err= 0; |