aboutgitcodelistschat:MatrixIRC
path: root/common
diff options
context:
space:
mode:
authorStefano Brivio <sbrivio@redhat.com>2023-06-14 13:32:15 +0200
committerStefano Brivio <sbrivio@redhat.com>2023-06-14 13:32:15 +0200
commit54bca55ae5212002f8b5178f3d427cb4f54be233 (patch)
tree8d822634eb2ce1281ab6bce8824a8302b093f2a1 /common
parent920081a68f0f1f12de37c3ad0e3727e783b71ac7 (diff)
downloadseitan-54bca55ae5212002f8b5178f3d427cb4f54be233.tar
seitan-54bca55ae5212002f8b5178f3d427cb4f54be233.tar.gz
seitan-54bca55ae5212002f8b5178f3d427cb4f54be233.tar.bz2
seitan-54bca55ae5212002f8b5178f3d427cb4f54be233.tar.lz
seitan-54bca55ae5212002f8b5178f3d427cb4f54be233.tar.xz
seitan-54bca55ae5212002f8b5178f3d427cb4f54be233.tar.zst
seitan-54bca55ae5212002f8b5178f3d427cb4f54be233.zip
cooker: Fix up debugging messages for "return"
Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
Diffstat (limited to 'common')
-rw-r--r--common/gluten.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/gluten.h b/common/gluten.h
index 57b94f4..5e1fb42 100644
--- a/common/gluten.h
+++ b/common/gluten.h
@@ -168,7 +168,7 @@ struct op_block {
struct return_desc {
struct gluten_offset val;
- int32_t error;
+ struct gluten_offset error;
bool cont;
};