]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/char-cat.c
Fixed a typo in guard macro name.
[libucw.git] / ucw / char-cat.c
index 88221facbbe90585af11432493fb5144dd38bd73..e1bd2811fb17015e8d2d9b01ad37d19ed4339515 100644 (file)
@@ -10,7 +10,7 @@
 #include "ucw/lib.h"
 #include "ucw/chartype.h"
 
-const unsigned char _c_cat[256] = {
+const byte _c_cat[256] = {
 #define CHAR(code,upper,lower,cat) cat,
 #include "ucw/char-map.h"
 #undef CHAR