Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 199494
b: refs/heads/master
c: c64152b
h: refs/heads/master
v: v3
  • Loading branch information
Alexander Beregalov authored and Michal Marek committed Feb 2, 2010
1 parent e335b99 commit 05656f8
Show file tree
Hide file tree
Showing 2 changed files with 4 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: da60fbbcb637b37b1d77a41886ae4e275422ca96
refs/heads/master: c64152bfd0106807c8d3ddbe6d0928e14a64f7bb
4 changes: 3 additions & 1 deletion trunk/scripts/genksyms/genksyms.c
Original file line number Diff line number Diff line change
Expand Up @@ -758,8 +758,10 @@ int main(int argc, char **argv)
/* setlinebuf(debugfile); */
}

if (flag_reference)
if (flag_reference) {
read_reference(ref_file);
fclose(ref_file);
}

yyparse();

Expand Down

0 comments on commit 05656f8

Please sign in to comment.