]> mj.ucw.cz Git - libucw.git/blobdiff - lib/ff-binary.h
Readding line of makefile lost in merge
[libucw.git] / lib / ff-binary.h
index 39e636a20b7bf14bd97e13b410a1643c19ef6bef..171ff8118f28ee91a899ee7fcf4b4809e6442937 100644 (file)
@@ -58,7 +58,7 @@
 #define FF_ALL(type, name, bits, defendian) FF_ALL_X(type, name, bits, defendian)
 
 FF_ALL(int, w, 16, FF_ENDIAN)
-FF_ALL(u32, l, 32, FF_ENDIAN)
+FF_ALL(uns, l, 32, FF_ENDIAN)
 FF_ALL(u64, q, 64, FF_ENDIAN)
 FF_ALL(u64, 5, 40, FF_ENDIAN)