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/utfrrune.c | |
| parent | ee030d07b2cf167be70f1dc36f56bdf3012860ae (diff) | |
update to match lib9
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; } |
