Skip to content

Commit fa6de8f

Browse files
committed
no message
1 parent 0c64798 commit fa6de8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OnkyoAVRDiscovery/module.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ private function DiscoverDevices(): array
173173
if ($start === false) {
174174
continue;
175175
}
176-
$this->SendDebug('Receive Port:'.$Port, $buf, 0);
176+
$this->SendDebug('Receive Port:' . $Port, $buf, 0);
177177
$end = strpos($buf, "\x19", $start);
178178
$DeviceData[$IPAddress] = explode('/', substr($buf, $start + 5, $end - $start - 5));
179179
$DeviceData[$IPAddress][] = gethostbyaddr($IPAddress);

0 commit comments

Comments
 (0)