diff options
| author | malc | 2009-08-12 21:11:44 +0200 |
|---|---|---|
| committer | malc | 2009-08-12 21:11:44 +0200 |
| commit | 197bc2196d0c9b82f37dcc676b9c2341a879d3bf (patch) | |
| tree | fd09547a3785bf9c28fc933f71c910728fd185fa /audio | |
| parent | Do not use $SHELL to invoke our scripts (diff) | |
| download | qemu-197bc2196d0c9b82f37dcc676b9c2341a879d3bf.tar.gz qemu-197bc2196d0c9b82f37dcc676b9c2341a879d3bf.tar.xz qemu-197bc2196d0c9b82f37dcc676b9c2341a879d3bf.zip | |
Fix typo
Diffstat (limited to 'audio')
| -rw-r--r-- | audio/audio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/audio.c b/audio/audio.c index 766ab24f82..c067afb283 100644 --- a/audio/audio.c +++ b/audio/audio.c @@ -1571,7 +1571,7 @@ static struct audio_option audio_options[] = { .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 */ } }; |
