summaryrefslogtreecommitdiff
path: root/src/join.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/join.c')
-rw-r--r--src/join.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/join.c b/src/join.c
index 9054e5e83..b674c9699 100644
--- a/src/join.c
+++ b/src/join.c
@@ -483,9 +483,7 @@ prjoin (struct line *line1, struct line *line2)
/* Print the join of the files in FP1 and FP2. */
static void
-join (fp1, fp2)
- FILE *fp1;
- FILE *fp2;
+join (FILE *fp1, FILE *fp2)
{
struct seq seq1, seq2;
struct line line;