Fixed cut-and-paste oops in variable name.

This commit is contained in:
Jared Boone
2013-09-06 15:37:24 -07:00
parent 5143456d6d
commit 5cad831075

View File

@ -1145,7 +1145,7 @@ int ADDCALL hackrf_stop_rx(hackrf_device* device)
result = hackrf_set_transceiver_mode(device, HACKRF_TRANSCEIVER_MODE_OFF);
if (result != HACKRF_SUCCESS)
{
return result2;
return result;
}
return kill_transfer_thread(device);
}