Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 361566
b: refs/heads/master
c: 79146a6
h: refs/heads/master
v: v3
  • Loading branch information
Ananth N Mavinakayanahalli authored and Arnaldo Carvalho de Melo committed Mar 13, 2013
1 parent 051e302 commit 5ece0ee
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: b9e8c37220c80e78289a1e87b50c09418eb59a7e
refs/heads/master: 79146a69c8bc3f28e51c5267633abc6babf47a31
2 changes: 1 addition & 1 deletion trunk/tools/perf/util/strlist.c
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ struct strlist *strlist__new(bool dupstr, const char *list)
slist->rblist.node_delete = strlist__node_delete;

slist->dupstr = dupstr;
if (slist && strlist__parse_list(slist, list) != 0)
if (list && strlist__parse_list(slist, list) != 0)
goto out_error;
}

Expand Down

0 comments on commit 5ece0ee

Please sign in to comment.