mirror of
https://github.com/status-im/miniupnp.git
synced 2026-09-02 04:41:06 +00:00
remove trailing whitespace from miniupnpc
This commit is contained in:
@@ -77,7 +77,7 @@ public class JavaBridgeTest {
|
||||
if (ret != MiniupnpcLibrary.UPNPCOMMAND_SUCCESS)
|
||||
System.out.println("GetSpecificPortMappingEntry() failed with code " + ret);
|
||||
System.out.println("InternalIP:Port = " +
|
||||
new String(intClient.array()) + ":" + new String(intPort.array()) +
|
||||
new String(intClient.array()) + ":" + new String(intPort.array()) +
|
||||
" (" + new String(desc.array()) + ")");
|
||||
ret = miniupnpc.UPNP_DeletePortMapping(
|
||||
urls.controlURL.getString(0),
|
||||
|
||||
Reference in New Issue
Block a user