aboutgitcodelistschat:MatrixIRC
path: root/cooker/gluten.c
diff options
context:
space:
mode:
Diffstat (limited to 'cooker/gluten.c')
-rw-r--r--cooker/gluten.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cooker/gluten.c b/cooker/gluten.c
index 01c2369..cb9ecfb 100644
--- a/cooker/gluten.c
+++ b/cooker/gluten.c
@@ -13,6 +13,7 @@
#include "util.h"
size_t gluten_size[TYPE_COUNT] = {
+ [USHORT] = sizeof(unsigned short),
[INT] = sizeof(int),
[U32] = sizeof(uint32_t),
[U64] = sizeof(uint64_t),