From ebeaa953a3a6ae98842b4a169bc95e5f3c673d8c Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Wed, 26 Nov 2014 10:37:58 +0100 Subject: Cleanups and version bump --- src/osd/osdnet.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'src/osd/osdnet.c') diff --git a/src/osd/osdnet.c b/src/osd/osdnet.c index 2af841c0c2b..b727e6b676f 100644 --- a/src/osd/osdnet.c +++ b/src/osd/osdnet.c @@ -119,13 +119,12 @@ void osd_list_network_adapters(void) printf("Available network adapters:\n"); const netdev_entry_t *entry = netdev_first(); - while(entry) { - printf(" %s\n", entry->description); + while(entry) { + printf(" %s\n", entry->description); entry = entry->m_next; } - + #else printf("Network is not supported in this build\n"); #endif } - -- cgit v1.2.3-70-g09d2