Skip to content
Snippets Groups Projects
Commit 6812e643 authored by Niels Möller's avatar Niels Möller
Browse files

(werror): Don't call exit (copy&paste-error).

Rev: nettle/tools/misc.c:1.2
parent a48ce514
No related branches found
No related tags found
No related merge requests found
......@@ -48,8 +48,6 @@ werror(const char *format, ...)
va_start(args, format);
vfprintf(stderr, format, args);
va_end(args);
exit(EXIT_FAILURE);
}
const char
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment