Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 209306
b: refs/heads/master
c: 866af40
h: refs/heads/master
v: v3
  • Loading branch information
Andrej Gelenberg authored and Michal Marek committed Aug 12, 2010
1 parent bcf6361 commit 48e1208
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a64b44ead002ba15fdf841106a6fd344b8dd46d8
refs/heads/master: 866af407dad3f2202e5d5d717ebd6156ccc33cdd
2 changes: 2 additions & 0 deletions trunk/scripts/kconfig/nconf.c
Original file line number Diff line number Diff line change
Expand Up @@ -676,6 +676,8 @@ static void *item_data(void)
struct mitem *mcur;

cur = current_item(curses_menu);
if (!cur)
return NULL;
mcur = (struct mitem *) item_userptr(cur);
return mcur->usrptr;

Expand Down

0 comments on commit 48e1208

Please sign in to comment.