summaryrefslogtreecommitdiff
path: root/libkern/utflen.c
diff options
context:
space:
mode:
authorCharles Forsyth <charles.forsyth@gmail.com>2014-06-30 10:57:08 +0100
committerCharles Forsyth <charles.forsyth@gmail.com>2014-06-30 10:57:08 +0100
commit3cd4f1d15146c08f05206d6328ecbc1c7fdc8dfa (patch)
treea546acadca10b43d6b5eafc6d85f4aed361e9988 /libkern/utflen.c
parentee030d07b2cf167be70f1dc36f56bdf3012860ae (diff)
update to match lib9
Diffstat (limited to 'libkern/utflen.c')
-rw-r--r--libkern/utflen.c3
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;
}