This commit is contained in:
malc 2009-08-12 23:11:44 +04:00
parent 971c47ccbb
commit 197bc2196d

View file

@ -1571,7 +1571,7 @@ static struct audio_option audio_options[] = {
.name = "LOG_TO_MONITOR", .name = "LOG_TO_MONITOR",
.tag = AUD_OPT_BOOL, .tag = AUD_OPT_BOOL,
.valp = &conf.log_to_monitor, .valp = &conf.log_to_monitor,
.descr = ".descr = print logging messages to monitor instead of stderr" .descr = "print logging messages to monitor instead of stderr"
}, },
{ /* End of list */ } { /* End of list */ }
}; };