examles/netlink: Fix a typo that resulted in build breakage.

This commit is contained in:
archer 2020-02-25 20:17:51 +08:00 committed by GitHub
parent 5d37c68a73
commit 6751aa26a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -103,7 +103,7 @@ static void dump_devices(sa_family_t family)
FAR struct netlib_device_s *dev = &devlist[i];
#ifdef CONFIG_NETDEV_IFINDEX
printf(" Index: %2d ," dev->ifindex);
printf(" Index: %2d ", dev->ifindex);
#else
printf(" ");
#endif