getifaddrs: one less indent level
[oweals/musl.git] / src / locale / iswcntrl_l.c
index 50e97c5a1b284efe00dd1257c0d4f201af20c1d2..7681fe092b6f87b0114725a329f2dec37c35ef92 100644 (file)
@@ -1,6 +1,6 @@
 #include <wctype.h>
 
-wint_t iswcntrl_l(wint_t c, locale_t l)
+int iswcntrl_l(wint_t c, locale_t l)
 {
        return iswcntrl(c);
 }