summaryrefslogtreecommitdiff
path: root/host
diff options
context:
space:
mode:
authorDominic Spill <dominicgs@gmail.com>2016-02-12 23:21:33 +0000
committerDominic Spill <dominicgs@gmail.com>2016-02-12 23:21:33 +0000
commit7e77810f7066bcbcf8ddd260df93207b0957d4bf (patch)
tree490236ae339fbe4c3ba8ef31d8f99d53d4395aca /host
parent0792907e5558c22349482da150154b3f927df47a (diff)
Fix typo - thanks to Zero_Chaos
Diffstat (limited to 'host')
-rw-r--r--host/ubertooth-tools/src/ubertooth-rx.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/host/ubertooth-tools/src/ubertooth-rx.c b/host/ubertooth-tools/src/ubertooth-rx.c
index 9bf82c0..004d31d 100644
--- a/host/ubertooth-tools/src/ubertooth-rx.c
+++ b/host/ubertooth-tools/src/ubertooth-rx.c
@@ -142,7 +142,7 @@ int main(int argc, char* argv[])
fprintf(stderr, "No address should be specified for survey mode\n");
return 1;
}
-
+
r = ubertooth_connect(ut, ubertooth_device);
if (r < 0) {
usage();
@@ -172,7 +172,6 @@ int main(int argc, char* argv[])
}
if (infile == NULL) {
-
/* Scan all frequencies. Same effect as
* ubertooth-utils -c9999. This is necessary after
* following a piconet. */
@@ -211,9 +210,9 @@ int main(int argc, char* argv[])
rx_file(infile, pn);
fclose(infile);
}
-
+
if(survey_mode) {
- printf("Survery Results\n");
+ printf("Survey Results\n");
while((pn=btbb_next_survey_result()) != NULL) {
lap = btbb_piconet_get_lap(pn);
if (btbb_piconet_get_flag(pn, BTBB_UAP_VALID)) {