summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/a2i/str2i.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/a2i/str2i.h b/include/a2i/str2i.h
index 3cdfcff..e315337 100644
--- a/include/a2i/str2i.h
+++ b/include/a2i/str2i.h
@@ -45,7 +45,7 @@
#define str2u(TYPE, ...) \
-( \
+( \
_Generic((TYPE) 0, \
unsigned char: str2uhh, \
unsigned short: str2uh, \