qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [COMMIT 197bc21] Fix typo


From: Anthony Liguori
Subject: [Qemu-commits] [COMMIT 197bc21] Fix typo
Date: Wed, 12 Aug 2009 19:13:19 -0000

From: malc <address@hidden>


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 @@ 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 */ }
 };




reply via email to

[Prev in Thread] Current Thread [Next in Thread]