Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
sequencer: avoid using errno clobbered by rollback_lock_file()
[gitweb.git]
/
utf8.c
diff --git
a/utf8.c
b/utf8.c
index 2c27ce0137f8a60ca2fadf855f2c67738931e2f8..4419055b48377b814f5a31ad320d61d8c48474c5 100644
(file)
--- a/
utf8.c
+++ b/
utf8.c
@@
-81,7
+81,7
@@
static int git_wcwidth(ucs_char_t ch)
/*
* Sorted list of non-overlapping intervals of non-spacing characters,
*/
-#include "unicode
_
width.h"
+#include "unicode
-
width.h"
/* test for 8-bit control characters */
if (ch == 0)