Skip to content

Commit

Permalink
Build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sashacmc committed Jan 22, 2025
1 parent 522521d commit 1ed1237
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/zenoh-pico/api/primitives.h
Original file line number Diff line number Diff line change
Expand Up @@ -1831,7 +1831,7 @@ z_result_t z_querier_get(const z_loaned_querier_t *querier, const char *paramete
/**
* Returns the key expression of the querier.
*/
const struct z_loaned_keyexpr_t *z_querier_keyexpr(const z_loaned_querier_t *querier);
const z_loaned_keyexpr_t *z_querier_keyexpr(const z_loaned_querier_t *querier);

/**
* Checks if queryable answered with an OK, which allows this value to be treated as a sample.
Expand Down

0 comments on commit 1ed1237

Please sign in to comment.