aboutsummaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
Diffstat (limited to 'usr')
-rw-r--r--usr/gen_init_cpio.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/gen_init_cpio.c b/usr/gen_init_cpio.c
index f463cafdccb2..7f06884ecd41 100644
--- a/usr/gen_init_cpio.c
+++ b/usr/gen_init_cpio.c
@@ -315,9 +315,9 @@ static int cpio_mkfile(const char *name, const char *location,
315 goto error; 315 goto error;
316 } 316 }
317 317
318 retval = fstat (file, &buf); 318 retval = fstat(file, &buf);
319 if (retval) { 319 if (retval) {
320 fprintf (stderr, "File %s could not be stat()'ed\n", location); 320 fprintf(stderr, "File %s could not be stat()'ed\n", location);
321 goto error; 321 goto error;
322 } 322 }
323 323