diff options
Diffstat (limited to 'compat/dund.c')
| -rw-r--r-- | compat/dund.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/compat/dund.c b/compat/dund.c index dea945d2..cf4145e8 100644 --- a/compat/dund.c +++ b/compat/dund.c @@ -403,9 +403,9 @@ static struct option main_lopts[] = {  	{ 0, 0, 0, 0 }  }; -static char main_sopts[] = "hsc:k:Kr:i:lnp::DQ::AESMP:C::P:Xam:u"; +static const char *main_sopts = "hsc:k:Kr:i:lnp::DQ::AESMP:C::P:Xam:u"; -static char main_help[] =  +static const char *main_help =   	"Bluetooth LAP (LAN Access over PPP) daemon version " VERSION " \n"  	"Usage:\n"  	"\tdund <options> [pppd options]\n" | 
