Skip to content

Commit

Permalink
fix typo in worker.c
Browse files Browse the repository at this point in the history
Signed-off-by: rkhapov <[email protected]>
  • Loading branch information
rkhapov committed Nov 3, 2024
1 parent c893903 commit 7bad91d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/worker.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ static inline void log_max_routing(od_worker_t *worker, od_instance_t *instance,
}
}

static inline int process_new_client_msg(od_worker_t *worker,
static inline void process_new_client_msg(od_worker_t *worker,
od_router_t *router,
od_instance_t *instance,
machine_msg_t *msg)
Expand Down

0 comments on commit 7bad91d

Please sign in to comment.