diff options
Diffstat (limited to 'libkern/utfrrune.c')
| -rw-r--r-- | libkern/utfrrune.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libkern/utfrrune.c b/libkern/utfrrune.c index b4594321..fc7af34f 100644 --- a/libkern/utfrrune.c +++ b/libkern/utfrrune.c @@ -1,4 +1,4 @@ -#include <lib9.h> +#include "lib9.h" char* utfrrune(char *s, long c) @@ -26,5 +26,4 @@ utfrrune(char *s, long c) s1 = s; s += c1; } - return 0; } |
