mirror of
https://github.com/jorisvink/kore
synced 2025-03-09 20:49:01 -04:00
missing newline in error
This commit is contained in:
parent
40a81a17ba
commit
9f2759e7b2
@ -741,7 +741,7 @@ configure_restrict(char *options)
|
||||
}
|
||||
|
||||
if (hdlr == NULL) {
|
||||
printf("bad restrict option handler '%s' not found", argv[0]);
|
||||
printf("bad restrict option handler '%s' not found\n", argv[0]);
|
||||
return (KORE_RESULT_ERROR);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user