Add missing newline
This commit is contained in:
parent
7881c3ce0a
commit
12cefdf60f
1 changed files with 1 additions and 1 deletions
2
nmrp.c
2
nmrp.c
|
@ -461,7 +461,7 @@ int nmrp_do(struct nmrpd_args *args)
|
||||||
|
|
||||||
if (unplugged) {
|
if (unplugged) {
|
||||||
if (!g_interrupted) {
|
if (!g_interrupted) {
|
||||||
fprintf(stderr, "Error: Ethernet cable is unplugged.");
|
fprintf(stderr, "Error: Ethernet cable is unplugged.\n");
|
||||||
}
|
}
|
||||||
goto out;
|
goto out;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue