From 831954f753d792d9e19a0149f3a6e4c0b124656d Mon Sep 17 00:00:00 2001 From: William Yang Date: Mon, 27 Nov 2023 11:20:55 +0100 Subject: [PATCH] chore: remove ; --- c_src/quicer_connection.c | 1 - 1 file changed, 1 deletion(-) diff --git a/c_src/quicer_connection.c b/c_src/quicer_connection.c index 75260b12..13c7fc6a 100644 --- a/c_src/quicer_connection.c +++ b/c_src/quicer_connection.c @@ -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;