summaryrefslogtreecommitdiff
path: root/string32.c
diff options
context:
space:
mode:
Diffstat (limited to 'string32.c')
-rw-r--r--string32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/string32.c b/string32.c
index 387d15c..a6f446a 100644
--- a/string32.c
+++ b/string32.c
@@ -130,4 +130,4 @@ bool is32_digit(char32_t c) {
// could this character appear in a C-style identifier?
bool is32_ident(char32_t c) {
return c <= WINT_MAX && (iswalnum((wint_t)c) || c == '_');
-}
+} \ No newline at end of file