Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 227653
b: refs/heads/master
c: a3c888f
h: refs/heads/master
i:
  227651: 1233226
v: v3
  • Loading branch information
Andrew Morton authored and Michal Marek committed Jan 5, 2011
1 parent 30c9491 commit f402bfb
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: 96aebafa63418f447ddc823e40da341cc40553dd
refs/heads/master: a3c888fcda911fcb6e3c071aecf49ccb6effe79d
4 changes: 2 additions & 2 deletions trunk/usr/gen_init_cpio.c
Original file line number Diff line number Diff line change
Expand Up @@ -315,9 +315,9 @@ static int cpio_mkfile(const char *name, const char *location,
goto error;
}

retval = fstat (file, &buf);
retval = fstat(file, &buf);
if (retval) {
fprintf (stderr, "File %s could not be stat()'ed\n", location);
fprintf(stderr, "File %s could not be stat()'ed\n", location);
goto error;
}

Expand Down

0 comments on commit f402bfb

Please sign in to comment.