Skip to content

Commit

Permalink
Merge branch 'cleanup' of https://github.com/srimanachanta/allwpilib
Browse files Browse the repository at this point in the history
…into cleanup
  • Loading branch information
srimanachanta committed Oct 13, 2023
2 parents 6ed17a1 + 5bfbb6c commit 0800166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datalogtool/src/main/native/cpp/Downloader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ void Downloader::ThreadMain() {
continue;
}
lock.lock();
err : {}
err: {}
}
if (m_state == kDownload) {
m_state = kDownloadDone;
Expand Down

0 comments on commit 0800166

Please sign in to comment.