Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 54154
b: refs/heads/master
c: 1e093ec
h: refs/heads/master
v: v3
  • Loading branch information
Robert P. J. Day authored and Sam Ravnborg committed May 2, 2007
1 parent fccedc5 commit eb065de
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: 39f5fb30351efa9d6f6e22754c222354fa2b7e1e
refs/heads/master: 1e093ecd4a850ad61b93d84c221e342a67ea9d56
2 changes: 1 addition & 1 deletion trunk/scripts/kconfig/menu.c
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ void sym_check_prop(struct symbol *sym)
else if (sym2->type == S_UNKNOWN)
prop_warn(prop,
"'select' used by config symbol '%s' "
"refer to undefined symbol '%s'",
"refers to undefined symbol '%s'",
sym->name, sym2->name);
else if (sym2->type != S_BOOLEAN && sym2->type != S_TRISTATE)
prop_warn(prop,
Expand Down

0 comments on commit eb065de

Please sign in to comment.