Skip to content
Permalink
Browse files
setval(): Do not fall through from GET_FLAGSET to GET_BIT
  • Loading branch information
dr-m committed Nov 10, 2017
1 parent 623ed1c commit 8409f72
Showing 1 changed file with 1 addition and 0 deletions.
@@ -834,6 +834,7 @@ static int setval(const struct my_option *opts, void *value, char *argument,
goto ret;
};
}
break;
case GET_BIT:
{
uint tmp;

0 comments on commit 8409f72

Please sign in to comment.