Diff between 39ab4080b66542899577616396b81707c57f1f96 and 8377fb0b83fdacae8ccfdc5cc6bfc4bbae163709
Changed Files
| File | Additions | Deletions | Status |
| tools/btattach.c | +1 | -1 | modified |
Full Patch
diff --git a/tools/btattach.c b/tools/btattach.c
index eaeabce..a084440 100644
--- a/tools/btattach.c
+++ b/tools/btattach.c
@@ -126,7 +126,7 @@ static const struct option main_options[] = {
int main(int argc, char *argv[])
{
- char *bredr_path = NULL, *amp_path = NULL;
+ const char *bredr_path = NULL, *amp_path = NULL;
struct pollfd p[5];
int i, count = 0;