summaryrefslogtreecommitdiff
path: root/src/cat.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cat.c')
-rw-r--r--src/cat.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/cat.c b/src/cat.c
index 47b505352..1295d8341 100644
--- a/src/cat.c
+++ b/src/cat.c
@@ -323,7 +323,8 @@ cat (
use_fionread = false;
else
{
- error (0, errno, _("cannot do ioctl on %s"), quote (infile));
+ error (0, errno, _("cannot do ioctl on %s"),
+ quote (infile));
newlines2 = newlines;
return false;
}