Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 285817
b: refs/heads/master
c: 70cc01e
h: refs/heads/master
i:
  285815: cfda793
v: v3
  • Loading branch information
Peter Foley authored and Michal Marek committed Dec 18, 2011
1 parent 4b2dce2 commit 6d38d21
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 4f0c28f77932c51ba7639a6174047ec8c6560116
refs/heads/master: 70cc01e7579cdb71f42f3f7085ab457be7808783
4 changes: 2 additions & 2 deletions trunk/scripts/kconfig/confdata.c
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ kconfig_print_comment(FILE *fp, const char *value, void *arg)
fprintf(fp, "#");
if (l) {
fprintf(fp, " ");
fwrite(p, l, 1, fp);
xfwrite(p, l, 1, fp);
p += l;
}
fprintf(fp, "\n");
Expand Down Expand Up @@ -537,7 +537,7 @@ header_print_comment(FILE *fp, const char *value, void *arg)
fprintf(fp, " *");
if (l) {
fprintf(fp, " ");
fwrite(p, l, 1, fp);
xfwrite(p, l, 1, fp);
p += l;
}
fprintf(fp, "\n");
Expand Down

0 comments on commit 6d38d21

Please sign in to comment.