Skip to content

Commit

Permalink
fix clang
Browse files Browse the repository at this point in the history
  • Loading branch information
yellowhatter committed Aug 14, 2024
1 parent db9d511 commit 608f361
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/z_sub_thr.c
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ void drop_stats(void *context) {
int main(int argc, char **argv) {
z_owned_config_t config;
z_config_default(&config);

if (argc > 1) {
if (zc_config_insert_json(z_loan_mut(config), Z_CONFIG_CONNECT_KEY, argv[1]) < 0) {
printf(
Expand Down

0 comments on commit 608f361

Please sign in to comment.