summaryrefslogtreecommitdiff
path: root/src/paste.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/paste.c')
-rw-r--r--src/paste.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/paste.c b/src/paste.c
index ca2847fc4..36e1cfbc0 100644
--- a/src/paste.c
+++ b/src/paste.c
@@ -231,8 +231,8 @@ paste_parallel (size_t nfiles, char **fnamptr)
for (i = 0; i < nfiles && files_open; i++)
{
- int chr IF_LINT (= 0); /* Input character. */
- int err IF_LINT (= 0); /* Input errno value. */
+ int chr IF_LINT ( = 0); /* Input character. */
+ int err IF_LINT ( = 0); /* Input errno value. */
size_t line_length = 0; /* Number of chars in line. */
if (fileptr[i])