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
ISC Open Source Projects
dhcp
Commits
41d5a624
Commit
41d5a624
authored
May 18, 2017
by
Tomek Mrugalski
🛰
Browse files
[19430] Unnecessary dot removed.
parent
fa7c1378
Changes
1
Show whitespace changes
Inline
Side-by-side
omapip/errwarn.c
View file @
41d5a624
...
...
@@ -79,7 +79,7 @@ void log_fatal (const char * fmt, ... )
log_error
(
"than a configuration issue please read the section on submitting"
);
log_error
(
"bugs on either our web page at www.isc.org or in the README file"
);
log_error
(
"before submitting a bug. These pages explain the proper"
);
log_error
(
"process and the information we find helpful for debugging.
.
"
);
log_error
(
"process and the information we find helpful for debugging."
);
log_error
(
"%s"
,
""
);
log_error
(
"exiting."
);
...
...
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