summaryrefslogtreecommitdiffstats
path: root/net/net.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/net.c')
-rw-r--r--net/net.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/net.c b/net/net.c
index 3e75e9db57..331269d70f 100644
--- a/net/net.c
+++ b/net/net.c
@@ -1267,7 +1267,7 @@ NetReceive(uchar * inpkt, int len)
return;
puts (" ICMP Host Redirect to ");
print_IPaddr(icmph->un.gateway);
- putc(' ');
+ putchar(' ');
return;
#ifdef CONFIG_NET_PING
case ICMP_ECHO_REPLY: