diff options
author | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2018-09-03 14:03:25 +0200 |
---|---|---|
committer | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2018-09-03 15:18:19 +0200 |
commit | 46efa1bc471eb50b7356d3385d270c9dcb6692c4 (patch) | |
tree | f17fb560f5d9f4ddc2386e0c4f8692f165a408ec /addrtoname.c | |
parent | 72b94e239a5cbebf59d8640f574d8fd5d1763398 (diff) | |
download | tcpdump-46efa1bc471eb50b7356d3385d270c9dcb6692c4.tar.gz |
Fix spaces
Diffstat (limited to 'addrtoname.c')
-rw-r--r-- | addrtoname.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addrtoname.c b/addrtoname.c index 011d3d71..b6b49aa4 100644 --- a/addrtoname.c +++ b/addrtoname.c @@ -702,7 +702,7 @@ isonsap_string(netdissect_options *ndo, const uint8_t *nsap, *cp++ = hex[*nsap++ & 0xf]; if (((nsap_idx & 1) == 0) && (nsap_idx + 1 < nsap_length)) { - *cp++ = '.'; + *cp++ = '.'; } } *cp = '\0'; |