Fix typo in src/upnp.c.

This commit is contained in:
Dennis Lan 2016-10-12 13:35:39 +02:00 committed by Guus Sliepen
parent 9cbd3c2b5b
commit fcaf158494

View file

@ -57,7 +57,7 @@ static struct UPNPDev *upnp_discover(int delay, int *error) {
#elif MINIUPNPC_API_VERSION <= 14
return upnpDiscover(delay, NULL NULL, false, false, 2, error);
return upnpDiscover(delay, NULL, NULL, false, false, 2, error);
#else