| commit | 197bc2196d0c9b82f37dcc676b9c2341a879d3bf | [log] [tgz] |
|---|---|---|
| author | malc <av1474@comtv.ru> | Wed Aug 12 23:11:44 2009 +0400 |
| committer | malc <av1474@comtv.ru> | Wed Aug 12 23:11:44 2009 +0400 |
| tree | fd09547a3785bf9c28fc933f71c910728fd185fa | |
| parent | 971c47ccbb0792a934262a517b8bb6ba0bb9906f [diff] |
Fix typo
diff --git a/audio/audio.c b/audio/audio.c index 766ab24..c067afb 100644 --- a/audio/audio.c +++ b/audio/audio.c
@@ -1571,7 +1571,7 @@ .name = "LOG_TO_MONITOR", .tag = AUD_OPT_BOOL, .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 */ } };