maint: with split lines, don't leave an operator at end of line
[platform/upstream/coreutils.git] / src / join.c
index b92c1f8..e39ed87 100644 (file)
@@ -173,7 +173,7 @@ static struct line uni_blank;
 /* If nonzero, ignore case when comparing join fields.  */
 static bool ignore_case;
 
-/* If nonzero, treat the first line of each file as column headers -
+/* If nonzero, treat the first line of each file as column headers --
    join them without checking for ordering */
 static bool join_header_lines;