Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 106521
b: refs/heads/master
c: cd9140e
h: refs/heads/master
i:
  106519: 3db2f2b
v: v3
  • Loading branch information
Sam Ravnborg committed Jul 25, 2008
1 parent ec18c55 commit f000888
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f443d2eccf077afd8a839cc7ed66cc4d520c5f05
refs/heads/master: cd9140e1e73a31fd45f1fd4585260643a2f9ab1d
2 changes: 1 addition & 1 deletion trunk/scripts/kconfig/conf.c
Original file line number Diff line number Diff line change
Expand Up @@ -590,10 +590,10 @@ int main(int ac, char **av)
conf_set_all_new_symbols(def_random);
break;
case ask_silent:
case ask_new:
if (conf_silent_update())
exit(1);
break;
case ask_new:
case ask_all:
case set_default:
if (conf_update())
Expand Down

0 comments on commit f000888

Please sign in to comment.