Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 258914
b: refs/heads/master
c: 1ae1470
h: refs/heads/master
v: v3
  • Loading branch information
Jesper Juhl authored and Michal Marek committed Jul 25, 2011
1 parent 779a26d commit 11539cd
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: 0ff35771fc7a96a2244f38573b6d56199ec75056
refs/heads/master: 1ae14703e76de49e6116296f3b20925f491dbb16
2 changes: 1 addition & 1 deletion trunk/scripts/genksyms/genksyms.c
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ static struct string_list *read_node(FILE *f)
node.string = buffer;

if (node.string[1] == '#') {
int n;
size_t n;

for (n = 0; n < ARRAY_SIZE(symbol_types); n++) {
if (node.string[0] == symbol_types[n].n) {
Expand Down

0 comments on commit 11539cd

Please sign in to comment.