mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-29 13:38:26 +00:00
nitpicking
This commit is contained in:
parent
b8257bd2d8
commit
f0f28e6ac3
@ -66,7 +66,7 @@ isc_error_fatal(char *file, int line, char *format, ...) {
|
||||
|
||||
void
|
||||
isc_error_runtimecheck(char *file, int line, char *expression) {
|
||||
isc_error_fatal(file, line, "RUNTIME_CHECK(%s) failed.", expression);
|
||||
isc_error_fatal(file, line, "RUNTIME_CHECK(%s) failed", expression);
|
||||
}
|
||||
|
||||
static void
|
||||
|
Loading…
x
Reference in New Issue
Block a user