diff options
| author | Charles Forsyth <charles.forsyth@gmail.com> | 2013-06-05 11:12:39 +0000 |
|---|---|---|
| committer | Charles Forsyth <charles.forsyth@gmail.com> | 2013-06-05 11:12:39 +0000 |
| commit | ab545a4ce0f664cdb3c344770912616856dece27 (patch) | |
| tree | d7e2de6eb405c1d97965801b8a1bc6e36c0ad3a5 /lib9/utflen.c | |
| parent | cee2190a99b3cd24995074f4cf53682e78b04fa3 (diff) | |
lib9 update: utf*
Diffstat (limited to 'lib9/utflen.c')
| -rw-r--r-- | lib9/utflen.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib9/utflen.c b/lib9/utflen.c index 815cc040..4ba9593c 100644 --- a/lib9/utflen.c +++ b/lib9/utflen.c @@ -18,5 +18,4 @@ utflen(char *s) s += chartorune(&rune, s); n++; } - return 0; } |
