commit: typofix for xxFFF[EF] check
commitdc773a67e1a165c8866538fe3e754816b2e27447
authorJunio C Hamano <gitster@pobox.com>
Mon, 5 Aug 2013 16:52:28 +0000 (5 09:52 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 5 Aug 2013 16:53:38 +0000 (5 09:53 -0700)
tree69bb76b9378a4236f7b74668cde87132c27388b3
parent81050ac604e27395509b5bffe80692a14d6ad3cd
commit: typofix for xxFFF[EF] check

We wanted to catch all codepoints that ends with FFFE and FFFF,
not with 0FFFE and 0FFFF.

Noticed and corrected by Peter Krefting.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
commit.c