mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-11-26 05:34:23 +08:00
tools: Make parameter argument variables const
This commit is contained in:
parent
39ab4080b6
commit
8377fb0b83
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user