Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 323757
b: refs/heads/master
c: 4592281
h: refs/heads/master
i:
  323755: 86b67fb
v: v3
  • Loading branch information
Suzuki K. Poulose authored and Arnaldo Carvalho de Melo committed Sep 5, 2012
1 parent ce4019d commit d2118cc
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: 60ebf328762914b80d3e4e5f07bda599043c8eda
refs/heads/master: 4592281403e74dc4401d5803ec9948d43bbee7ae
2 changes: 1 addition & 1 deletion trunk/tools/perf/util/strlist.c
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ int strlist__load(struct strlist *self, const char *filename)

void strlist__remove(struct strlist *slist, struct str_node *snode)
{
str_node__delete(snode, slist->dupstr);
rblist__remove_node(&slist->rblist, &snode->rb_node);
}

struct str_node *strlist__find(struct strlist *slist, const char *entry)
Expand Down

0 comments on commit d2118cc

Please sign in to comment.