From 6812e6434e6f439c696d694ac8129e090ecc0139 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se> Date: Mon, 1 Nov 2010 11:32:04 +0100 Subject: [PATCH] (werror): Don't call exit (copy&paste-error). Rev: nettle/tools/misc.c:1.2 --- tools/misc.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/misc.c b/tools/misc.c index c49f81b0..d86d7b15 100644 --- a/tools/misc.c +++ b/tools/misc.c @@ -48,8 +48,6 @@ werror(const char *format, ...) va_start(args, format); vfprintf(stderr, format, args); va_end(args); - - exit(EXIT_FAILURE); } const char -- GitLab