We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8c5dde commit 827c321Copy full SHA for 827c321
include/zenoh-pico/api/macros.h
@@ -46,7 +46,7 @@
46
z_view_str_t : z_view_str_loan, \
47
z_owned_str_array_t : z_str_array_loan, \
48
z_owned_sample_t : z_sample_loan, \
49
- z_owned_query_t : z_query_loan \
+ z_owned_query_t : z_query_loan \
50
)(&x)
51
52
#define z_loan_mut(x) _Generic((x), \
0 commit comments