From fcaf158494af7cb015d8658a3241c324518e8d7f Mon Sep 17 00:00:00 2001 From: Dennis Lan Date: Wed, 12 Oct 2016 13:35:39 +0200 Subject: [PATCH] Fix typo in src/upnp.c. --- src/upnp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/upnp.c b/src/upnp.c index abd2f92f..3bfc770f 100644 --- a/src/upnp.c +++ b/src/upnp.c @@ -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 -- 2.20.1