tools: Make parameter argument variables const

This commit is contained in:
Marcel Holtmann 2013-09-03 19:04:54 -07:00
parent 39ab4080b6
commit 8377fb0b83

View 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;