mirror of
https://github.com/holub/mame
synced 2025-04-27 18:53:05 +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;
|
||||
char errbuf[PCAP_ERRBUF_SIZE];
|
||||
HMODULE handle;
|
||||
HMODULE handle = NULL;
|
||||
|
||||
try
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user