diff options
| author | 2011-11-27 14:06:49 +0000 | |
|---|---|---|
| committer | 2011-11-27 14:06:49 +0000 | |
| commit | 9f8125a24e9f1dd60a8726365fb070f0c4378093 (patch) | |
| tree | 700e465e32e41fb019bec5f9439985088ecaffdf /src/osd/windows/netdev_pcap.c | |
| parent | c449a7f2f100d360d6a185c2c48c62becefe8780 (diff) | |
Clean-ups and version bumpmame0144u1
Diffstat (limited to 'src/osd/windows/netdev_pcap.c')
| -rw-r--r-- | src/osd/windows/netdev_pcap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osd/windows/netdev_pcap.c b/src/osd/windows/netdev_pcap.c index 241ba54af0a..02887f3a831 100644 --- a/src/osd/windows/netdev_pcap.c +++ b/src/osd/windows/netdev_pcap.c @@ -122,7 +122,7 @@ void init_pcap() mame_printf_verbose("Unable to get network devices: %s\n", errbuf); return; } - + if (devs) { while(devs->next) |
