examles/netlink: Fix a typo that resulted in build breakage.
This commit is contained in:
parent
5d37c68a73
commit
6751aa26a6
@ -103,7 +103,7 @@ static void dump_devices(sa_family_t family)
|
|||||||
FAR struct netlib_device_s *dev = &devlist[i];
|
FAR struct netlib_device_s *dev = &devlist[i];
|
||||||
|
|
||||||
#ifdef CONFIG_NETDEV_IFINDEX
|
#ifdef CONFIG_NETDEV_IFINDEX
|
||||||
printf(" Index: %2d ," dev->ifindex);
|
printf(" Index: %2d ", dev->ifindex);
|
||||||
#else
|
#else
|
||||||
printf(" ");
|
printf(" ");
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user