From f402bfbf9f990e6929667a7096b11ef9c265dfa8 Mon Sep 17 00:00:00 2001 From: Andrew Morton Date: Wed, 5 Jan 2011 23:49:53 +0100 Subject: [PATCH] --- yaml --- r: 227653 b: refs/heads/master c: a3c888fcda911fcb6e3c071aecf49ccb6effe79d h: refs/heads/master i: 227651: 1233226fde7a3ba345ced656625295049a1488ca v: v3 --- [refs] | 2 +- trunk/usr/gen_init_cpio.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 2f8333ab63b6..0bbea533fb9c 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 96aebafa63418f447ddc823e40da341cc40553dd +refs/heads/master: a3c888fcda911fcb6e3c071aecf49ccb6effe79d diff --git a/trunk/usr/gen_init_cpio.c b/trunk/usr/gen_init_cpio.c index f463cafdccb2..7f06884ecd41 100644 --- a/trunk/usr/gen_init_cpio.c +++ b/trunk/usr/gen_init_cpio.c @@ -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; }