1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-07-28 19:39:52 +02:00

(keycompare): Remove stray SPACE before TAB that was

causing `make distcheck' to fail.
This commit is contained in:
Jim Meyering
2005-12-10 09:44:00 +00:00
parent e2b9d79b9c
commit a2b661352b
+1 -1
View File
@@ -1224,7 +1224,7 @@ keycompare (const struct line *a, const struct line *b)
get_hash (texta, lena, diga);
get_hash (textb, lenb, digb);
diff = memcmp (diga, digb, sizeof (diga));
if (diff)
if (diff)
goto not_equal;
}