summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2013-09-03 19:04:54 -0700
committerMarcel Holtmann <marcel@holtmann.org>2013-09-03 19:04:54 -0700
commit8377fb0b83fdacae8ccfdc5cc6bfc4bbae163709 (patch)
tree0808894f4f5ccadc7c1fcdfd5a6aeb1cdb3ccadf
parent39ab4080b66542899577616396b81707c57f1f96 (diff)
downloadbluez-8377fb0b83fdacae8ccfdc5cc6bfc4bbae163709.tar.gz
tools: Make parameter argument variables const
-rw-r--r--tools/btattach.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/btattach.c b/tools/btattach.c
index eaeabce37..a08444067 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;