revert wval

This commit is contained in:
Andre Fachat 2021-05-10 21:47:48 +02:00
parent 89d9989592
commit 82d0796c65
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@
t[i++] = v & 255; \
t[i++] = (v >> 8) & 255; \
t[i++] = (v >> 16) & 255; \
t[i++] = f & 255; \
/*t[i++] = f & 255; for syntactically correct printing */ \
} while (0)
#endif /* __XA65_XAD_H__ */