commit | a68a67dea399f15305b059aa36c007cfdde2890e | [log] [tgz] |
---|---|---|
author | John Keeping <john@keeping.me.uk> | Sun Feb 16 16:06:04 2014 +0000 |
committer | Junio C Hamano <gitster@pobox.com> | Tue Feb 18 15:51:40 2014 -0800 |
tree | ee2ab832d6f5f88740968573ab03fa28411aea36 | |
parent | df5213b70d29e65aaff17d2577e42787e5a272bb [diff] |
utf8: use correct type for values in interval table We treat these as unsigned everywhere and compare against unsigned values, so declare them using the typedef we already have for this. While we're here, fix the indentation as well. Signed-off-by: John Keeping <john@keeping.me.uk> Signed-off-by: Junio C Hamano <gitster@pobox.com>