diff --git a/examples/unix/c11/z_sub_st.c b/examples/unix/c11/z_sub_st.c index b4a976e0e..3bc53e4f5 100644 --- a/examples/unix/c11/z_sub_st.c +++ b/examples/unix/c11/z_sub_st.c @@ -93,7 +93,7 @@ int main(int argc, char **argv) { return -1; } - while(msg_nb != n) { + while (msg_nb != n) { zp_read(z_loan(s), NULL); zp_send_keep_alive(z_loan(s), NULL); zp_send_join(z_loan(s), NULL);