summaryrefslogtreecommitdiffstats
path: root/ffi
diff options
context:
space:
mode:
authorWiktor Kwapisiewicz <wiktor@metacode.biz>2020-03-25 12:19:35 +0100
committerWiktor Kwapisiewicz <wiktor@metacode.biz>2020-03-26 18:33:21 +0100
commit70a96487b25557c3b1ffcba4b61cc1140e76935a (patch)
tree3846c7680a75047b81fe3b8307da47d4a4b0c080 /ffi
parent89337646884b59c894329432eea960be4b3e335e (diff)
Remove redundant field names.
Diffstat (limited to 'ffi')
-rw-r--r--ffi/src/store.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/ffi/src/store.rs b/ffi/src/store.rs
index af71d350..5e6dce3d 100644
--- a/ffi/src/store.rs
+++ b/ffi/src/store.rs
@@ -165,8 +165,8 @@ fn sq_log_iter_next(iter: *mut LogIter) -> *mut Log {
binding: maybe_box_raw!(e.binding),
key: maybe_box_raw!(e.key),
slug: ffi_return_string!(&e.slug),
- status: status,
- error: error,
+ status,
+ error,
})
},
None => ptr::null_mut(),