qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH] fmodaudio: fixed syntax error


From: 武田 俊也
Subject: [Qemu-devel] [PATCH] fmodaudio: fixed syntax error
Date: Fri, 11 Sep 2009 01:53:14 +0900

Dear members,

This patch is to fix the syntax error in fmodaudio.c

Thanks,
TAKEDA, toshiya

diff -ur a/audio/fmodaudio.c b/audio/fmodaudio.c
--- a/audio/fmodaudio.c Thu Sep 10 22:27:13 2009
+++ b/audio/fmodaudio.c Thu Sep 10 23:52:50 2009
@@ -664,14 +664,14 @@
         .tag   = AUD_OPT_INT,
         .valp  = &conf.bufsize,
         .descr = "(undocumented)"
-    }
+    },
 #if 0
     {
         .name  = "THRESHOLD",
         .tag   = AUD_OPT_INT,
         .valp  = &conf.threshold,
         .descr = "(undocumented)"
-    }
+    },
 #endif
     { /* End of list */ }
 };





reply via email to

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