Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 77981
b: refs/heads/master
c: 0ffce8d
h: refs/heads/master
i:
  77979: dc463f6
v: v3
  • Loading branch information
EGRY Gabor authored and Sam Ravnborg committed Jan 28, 2008
1 parent d565d03 commit d4dc909
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: 534a450c383ef238b0461218bc2d3e54066ae043
refs/heads/master: 0ffce8d94487abbd332cd36f98db61b7c8a3db3c
2 changes: 1 addition & 1 deletion trunk/scripts/kconfig/gconf.c
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ static void text_insert_help(struct menu *menu)
help = _(help);

if (menu->sym && menu->sym->name)
name = g_strdup_printf(_(menu->sym->name));
name = g_strdup_printf(menu->sym->name);
else
name = g_strdup("");

Expand Down

0 comments on commit d4dc909

Please sign in to comment.