summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mysys/my_getopt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mysys/my_getopt.c b/mysys/my_getopt.c
index 185cb1fc25c..c9bfe2e1eaa 100644
--- a/mysys/my_getopt.c
+++ b/mysys/my_getopt.c
@@ -834,6 +834,7 @@ static int setval(const struct my_option *opts, void *value, char *argument,
goto ret;
};
}
+ break;
case GET_BIT:
{
uint tmp;