OSDN Git Service
(root)
/
android-x86
/
external-bluetooth-bluez.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
39ab408
)
tools: Make parameter argument variables const
author
Marcel Holtmann
<marcel@holtmann.org>
Wed, 4 Sep 2013 02:04:54 +0000
(19:04 -0700)
committer
Marcel Holtmann
<marcel@holtmann.org>
Wed, 4 Sep 2013 02:04:54 +0000
(19:04 -0700)
tools/btattach.c
patch
|
blob
|
history
diff --git
a/tools/btattach.c
b/tools/btattach.c
index
eaeabce
..
a084440
100644
(file)
--- 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;
+ c
onst c
har *bredr_path = NULL, *amp_path = NULL;
struct pollfd p[5];
int i, count = 0;