summaryrefslogtreecommitdiff
path: root/txttolit.c
diff options
context:
space:
mode:
Diffstat (limited to 'txttolit.c')
-rw-r--r--txttolit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/txttolit.c b/txttolit.c
index 9bd6fc2..4afcde5 100644
--- a/txttolit.c
+++ b/txttolit.c
@@ -15,7 +15,7 @@
int main(void) {
u8c_init();
size_t u32sz = SIZE_C(0x0);
- uint_least32_t * u32 = U"u8c_u32cmp: Unterminated input."; /* Place string here. */
+ uint_least32_t * u32 = U"Hello ðere!"; /* Place string here. */
u8c_u32sz(&u32sz,u32);
printf("Arrray:\n{");
for(size_t n = SIZE_C(0x0);n < u32sz;n += SIZE_C(0x1)) {