Skip to content

Commit

Permalink
chore: remove ;
Browse files Browse the repository at this point in the history
  • Loading branch information
qzhuyan committed Nov 27, 2023
1 parent f5069be commit 831954f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion c_src/quicer_connection.c
Original file line number Diff line number Diff line change
Expand Up @@ -1749,7 +1749,6 @@ get_conn_owner1(ErlNifEnv *env, int argc, const ERL_NIF_TERM argv[])
goto exit;
}
res = SUCCESS(enif_make_pid(env, &(c_ctx->owner->Pid)));
;
exit:
enif_mutex_unlock(c_ctx->lock);
return res;
Expand Down

0 comments on commit 831954f

Please sign in to comment.