OSDN Git Service

tools: Make parameter argument variables const
authorMarcel Holtmann <marcel@holtmann.org>
Wed, 4 Sep 2013 02:04:54 +0000 (19:04 -0700)
committerMarcel Holtmann <marcel@holtmann.org>
Wed, 4 Sep 2013 02:04:54 +0000 (19:04 -0700)
tools/btattach.c

index eaeabce..a084440 100644 (file)
@@ -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;