diff options
Diffstat (limited to 'libkern/utflen.c')
| -rw-r--r-- | libkern/utflen.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libkern/utflen.c b/libkern/utflen.c index a588bbd1..4ba9593c 100644 --- a/libkern/utflen.c +++ b/libkern/utflen.c @@ -1,4 +1,4 @@ -#include <lib9.h> +#include "lib9.h" int utflen(char *s) @@ -18,5 +18,4 @@ utflen(char *s) s += chartorune(&rune, s); n++; } - return 0; } |
