summaryrefslogtreecommitdiff
path: root/src/du.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1995-11-15 15:45:28 +0000
committerJim Meyering <jim@meyering.net>1995-11-15 15:45:28 +0000
commitf1e1eb58bef89b3eae1210d46fb0d88f73b5a409 (patch)
tree353615541aff7c36291803dcf771b60b87278aa5 /src/du.c
parent3d6c17e94f630e1e155aa3ffa79207ca4563252c (diff)
downloadcoreutils-f1e1eb58bef89b3eae1210d46fb0d88f73b5a409.tar.xz
Break long lines.
Diffstat (limited to 'src/du.c')
-rw-r--r--src/du.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/du.c b/src/du.c
index c3a47db1d..41e8b537b 100644
--- a/src/du.c
+++ b/src/du.c
@@ -482,7 +482,8 @@ count_entry (char *ent, int top, dev_t last_dev)
free_cwd (&cwd);
}
else if (chdir ("..") < 0)
- error (1, errno, "cannot change to `..' from directory %s", path->text);
+ error (1, errno,
+ "cannot change to `..' from directory %s", path->text);
str_trunc (path, pathlen - 1); /* Remove the "/" we added. */
if (!opt_summarize_only || top)