aboutgitcodelistschat:MatrixIRC
path: root/gluten.h
diff options
context:
space:
mode:
Diffstat (limited to 'gluten.h')
-rw-r--r--gluten.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gluten.h b/gluten.h
index c004220..760f82b 100644
--- a/gluten.h
+++ b/gluten.h
@@ -77,7 +77,7 @@ struct act_return {
enum value_type type;
union {
int64_t value;
- int64_t *value_p;
+ uint16_t value_off;
};
};