diff options
| author | Charles Forsyth <charles.forsyth@gmail.com> | 2014-06-30 10:57:08 +0100 |
|---|---|---|
| committer | Charles Forsyth <charles.forsyth@gmail.com> | 2014-06-30 10:57:08 +0100 |
| commit | 3cd4f1d15146c08f05206d6328ecbc1c7fdc8dfa (patch) | |
| tree | a546acadca10b43d6b5eafc6d85f4aed361e9988 /libkern/utfrune.c | |
| parent | ee030d07b2cf167be70f1dc36f56bdf3012860ae (diff) | |
update to match lib9
Diffstat (limited to 'libkern/utfrune.c')
| -rw-r--r-- | libkern/utfrune.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libkern/utfrune.c b/libkern/utfrune.c index 9925af81..b7ccc8b0 100644 --- a/libkern/utfrune.c +++ b/libkern/utfrune.c @@ -1,4 +1,4 @@ -#include <lib9.h> +#include "lib9.h" char* utfrune(char *s, long c) @@ -25,5 +25,4 @@ utfrune(char *s, long c) return s; s += n; } - return 0; } |
