Skip to content

Commit adc90c5

Browse files
committed
Fix typo in assert
1 parent 781fb03 commit adc90c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

erpc_c/setup/erpc_server_setup.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ void erpc_client_add_pre_cb_action(erpc_server_t server, pre_post_action_cb preC
200200

201201
void erpc_client_add_post_cb_action(erpc_server_t server, pre_post_action_cb postCB)
202202
{
203-
erpc_assert(server) != NULL;
203+
erpc_assert(server != NULL);
204204

205205
SimpleServer *simpleServer = reinterpret_cast<SimpleServer *>(server);
206206

0 commit comments

Comments
 (0)