summaryrefslogtreecommitdiff
path: root/print-atalk.c
diff options
context:
space:
mode:
Diffstat (limited to 'print-atalk.c')
-rw-r--r--print-atalk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/print-atalk.c b/print-atalk.c
index 0a235c82..c5eb7800 100644
--- a/print-atalk.c
+++ b/print-atalk.c
@@ -379,7 +379,7 @@ nbp_print(netdissect_options *ndo,
register u_char snode, register u_char skt)
{
register const struct atNBPtuple *tp =
- (const struct atNBPtuple *)((u_char *)np + nbpHeaderSize);
+ (const struct atNBPtuple *)((const u_char *)np + nbpHeaderSize);
int i;
const u_char *ep;