commit 41790db61ee0c77dc8aa83faeb61b4f884306c0c parent 1b06df55ce7be4e6995e57db829aee9dc437966e Author: Jacob R. Edwards <n/a> Date: Mon, 3 Oct 2022 14:56:56 -0700 Remove unused label in client Diffstat:
M | apc/apc.c | | | 1 | - |
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/apc/apc.c b/apc/apc.c @@ -145,7 +145,6 @@ main(int argc, char *argv[]) } } -exit: status = (apc->status && strcmp(apc->status, "ok") != 0); apc_free(apc); if (err)