From 8377fb0b83fdacae8ccfdc5cc6bfc4bbae163709 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 3 Sep 2013 19:04:54 -0700 Subject: [PATCH] tools: Make parameter argument variables const --- tools/btattach.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.47.3