mirror of
https://github.com/holub/mame
synced 2025-04-29 19:37:17 +03:00
Fixed compile warning with 4.6.2 (no whatsnew)
This commit is contained in:
parent
92dcb49a13
commit
43245e3777
@ -86,7 +86,7 @@ void init_pcap()
|
|||||||
{
|
{
|
||||||
pcap_if_t *devs;
|
pcap_if_t *devs;
|
||||||
char errbuf[PCAP_ERRBUF_SIZE];
|
char errbuf[PCAP_ERRBUF_SIZE];
|
||||||
HMODULE handle;
|
HMODULE handle = NULL;
|
||||||
|
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user