diff options
Diffstat (limited to 'proto/ospf/lsalib.c')
-rw-r--r-- | proto/ospf/lsalib.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/proto/ospf/lsalib.c b/proto/ospf/lsalib.c index 9cfddc0..14ad099 100644 --- a/proto/ospf/lsalib.c +++ b/proto/ospf/lsalib.c @@ -172,7 +172,7 @@ htonlsab(void *h, void *n, u8 type, u16 len) } break; } - default: die("(hton): Unknown LSA\n"); + default: die("(hton): Unknown LSA"); } }; @@ -269,7 +269,7 @@ ntohlsab(void *n, void *h, u8 type, u16 len) } break; } - default: die("(ntoh): Unknown LSA\n"); + default: die("(ntoh): Unknown LSA"); } }; |