Index: sources/bluetooth/BluetoothInterface.h =================================================================== diff -u -raeb915075b9e13e5c1aaf2800ba6db03b6c24a0b -r9ae3b0d6624904693329309aaf8ff02784c17184 --- sources/bluetooth/BluetoothInterface.h (.../BluetoothInterface.h) (revision aeb915075b9e13e5c1aaf2800ba6db03b6c24a0b) +++ sources/bluetooth/BluetoothInterface.h (.../BluetoothInterface.h) (revision 9ae3b0d6624904693329309aaf8ff02784c17184) @@ -167,7 +167,7 @@ void didDeviceChange (const BluetoothDeviceData &vDevice); void didDeviceSelect (const BluetoothDeviceData &vDevice); - SAFE_CALL(doStart ) - SAFE_CALL(doScan ) + SAFE_CALL(doStart) + SAFE_CALL(doScan ) }; }