wg: newline after warning
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
This commit is contained in:
parent
06e7bdf2a5
commit
88b1d35ec0
|
@ -97,7 +97,7 @@ static void warn_unrecognized(const char *which)
|
|||
if (once)
|
||||
return;
|
||||
once = true;
|
||||
fprintf(stderr, "Warning: one or more unrecognized %s attributes", which);
|
||||
fprintf(stderr, "Warning: one or more unrecognized %s attributes\n", which);
|
||||
}
|
||||
|
||||
static FILE *userspace_interface_file(const char *interface)
|
||||
|
|
Loading…
Reference in New Issue