diff options
-rw-r--r-- | libskrift_draw_text.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libskrift_draw_text.c b/libskrift_draw_text.c index cce2991..356468d 100644 --- a/libskrift_draw_text.c +++ b/libskrift_draw_text.c @@ -2,7 +2,7 @@ #include "common.h" static void -reverse_text(const char *text, char *s, size_t off) +reverse_text(const char *restrict text, char *restrict s, size_t off) { size_t n; s[off] = '\0'; |