shell: fix netif output

This commit is contained in:
Martine Lenders 2015-05-09 16:13:12 +02:00 committed by Martine Lenders
parent 971ee86de6
commit 863304356c

View File

@ -265,7 +265,7 @@ static void _netif_list(kernel_pid_t dev)
res = ng_netapi_get(dev, NETCONF_OPT_SRC_LEN, 0, &u16, sizeof(u16)); res = ng_netapi_get(dev, NETCONF_OPT_SRC_LEN, 0, &u16, sizeof(u16));
if (res >= 0) { if (res >= 0) {
printf("Source address length: %" PRIu16 "\n ", u16); printf("Source address length: %" PRIu16 "\n ", u16);
} }
#ifdef MODULE_NG_IPV6_NETIF #ifdef MODULE_NG_IPV6_NETIF