summaryrefslogtreecommitdiff
path: root/src/chmod.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/chmod.c')
-rw-r--r--src/chmod.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/chmod.c b/src/chmod.c
index a3d8feb0c..24f1381a5 100644
--- a/src/chmod.c
+++ b/src/chmod.c
@@ -362,7 +362,8 @@ main (int argc, char **argv)
else if (changes == MODE_MEMORY_EXHAUSTED)
xalloc_die ();
else if (changes == MODE_BAD_REFERENCE)
- error (1, errno, _("failed to get attributes of %s"), quote (reference_file));
+ error (1, errno, _("failed to get attributes of %s"),
+ quote (reference_file));
for (; optind < argc; ++optind)
errors |= change_file_mode (argv[optind], changes, 1);