Skip to content

Commit

Permalink
Repairing the breaking changes
Browse files Browse the repository at this point in the history
  • Loading branch information
vbursucianu committed Feb 20, 2020
1 parent 7def1c1 commit 762c123
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tx/tx.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ int main(int argc, char* argv[])
if (written <= 0) {
cerr << SoapySDR::errToStr(written) << endl;
}
if (flags != 0) {dfdf
if (flags != 0) {
cerr << flags << endl;
}
}
Expand Down

0 comments on commit 762c123

Please sign in to comment.