diff options
Diffstat (limited to 'git2d/utf8.h')
-rw-r--r-- | git2d/utf8.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git2d/utf8.h b/git2d/utf8.h index 894cbd5..56c6285 100644 --- a/git2d/utf8.h +++ b/git2d/utf8.h @@ -26,7 +26,7 @@ * occurs, this pointer will be a guess that depends on the particular * error, but it will always advance at least one byte. */ -static void * +inline void * utf8_decode(void *buf, uint32_t *c, int *e) { static const char lengths[] = { |