1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-13 13:45:55 +02:00

split a long line into two

This commit is contained in:
Jim Meyering
2001-10-18 20:29:57 +00:00
parent 8a385c1588
commit 30b904e1f3
+2 -1
View File
@@ -66,7 +66,8 @@ src_to_dest_hash (void const *x, unsigned int table_size)
return (uintmax_t) p->st_ino % table_size;
}
/* Compare two Src_to_dest entries. Return true if their keys are judged `equal'. */
/* Compare two Src_to_dest entries.
Return true if their keys are judged `equal'. */
static bool
src_to_dest_compare (void const *x, void const *y)
{