summaryrefslogtreecommitdiff
path: root/rgo/src/strfill.c
diff options
context:
space:
mode:
Diffstat (limited to 'rgo/src/strfill.c')
-rw-r--r--rgo/src/strfill.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rgo/src/strfill.c b/rgo/src/strfill.c
index 5d6270a..6fe3f48 100644
--- a/rgo/src/strfill.c
+++ b/rgo/src/strfill.c
@@ -8,4 +8,4 @@
#include <stdint.h>
-void rgo_strfill(char * const __restrict__ _str,char const _chr) {rgo_memfill(_str,rgo_strlen(_str),(sus_typ_u8)_chr);}
+void rgo_strfill(char * const _str,char const _chr) {rgo_memfill(_str,rgo_strlen(_str),(uint_least8_t)_chr);}