aboutsummaryrefslogtreecommitdiff
path: root/tcp_output.c
diff options
context:
space:
mode:
Diffstat (limited to 'tcp_output.c')
-rw-r--r--tcp_output.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcp_output.c b/tcp_output.c
index 1fe77da..35c00e3 100644
--- a/tcp_output.c
+++ b/tcp_output.c
@@ -65,7 +65,7 @@ int tcp_output(struct tcpcb *tp)
int idle, sendalot;
DEBUG_CALL("tcp_output");
- DEBUG_ARG("tp = %lx", (long)tp);
+ DEBUG_ARG("tp = %p", tp);
/*
* Determine length of data that should be transmitted,