Skip to content

Commit

Permalink
[tools]: change the status code
Browse files Browse the repository at this point in the history
  • Loading branch information
SummerGift committed Sep 13, 2018
1 parent c831fae commit efefc55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/kconfig-frontends/frontends/mconf/mconf.c
Original file line number Diff line number Diff line change
Expand Up @@ -1058,7 +1058,7 @@ int main(int ac, char **av)
conf_set_message_callback(NULL);
av++;
res = handle_exit();
return 1;
return res;
}

do {
Expand Down

0 comments on commit efefc55

Please sign in to comment.