Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dmitry Baryshkov
nettle
Commits
6812e643
Commit
6812e643
authored
Nov 01, 2010
by
Niels Möller
Browse files
(werror): Don't call exit (copy&paste-error).
Rev: nettle/tools/misc.c:1.2
parent
a48ce514
Changes
1
Hide whitespace changes
Inline
Side-by-side
tools/misc.c
View file @
6812e643
...
...
@@ -48,8 +48,6 @@ werror(const char *format, ...)
va_start
(
args
,
format
);
vfprintf
(
stderr
,
format
,
args
);
va_end
(
args
);
exit
(
EXIT_FAILURE
);
}
const
char
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment