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
LSH
lsh
Commits
c6b4885e
Commit
c6b4885e
authored
Feb 27, 2006
by
Niels Möller
Browse files
Cosmetic change to werror message.
Rev: src/srp-gen.c:1.24.2.5
parent
e7dea68a
Changes
1
Show whitespace changes
Inline
Side-by-side
src/srp-gen.c
View file @
c6b4885e
...
...
@@ -231,7 +231,7 @@ static void
do_srp_gen_handler
(
struct
exception_handler
*
s
UNUSED
,
const
struct
exception
*
e
)
{
werror
(
"
lsh_writekey:
%z
\n
"
,
e
->
msg
);
werror
(
"%z
\n
"
,
e
->
msg
);
exit
(
EXIT_FAILURE
);
}
...
...
Write
Preview
Supports
Markdown
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