From patchwork Thu Sep 10 16:53:14 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?b?5q2m55SwID0/SVNPLTIwMjItSlA/Qj9JQnNrUWoxVFRHa2JLRUk9Pz0=?= X-Patchwork-Id: 33376 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by bilbo.ozlabs.org (Postfix) with ESMTPS id 63380B7067 for ; Fri, 11 Sep 2009 02:58:57 +1000 (EST) Received: from localhost ([127.0.0.1]:56005 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mlmz0-0003rB-PZ for incoming@patchwork.ozlabs.org; Thu, 10 Sep 2009 12:58:54 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mlmtn-0006ov-0H for qemu-devel@nongnu.org; Thu, 10 Sep 2009 12:53:31 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mlmti-0006jj-3Y for qemu-devel@nongnu.org; Thu, 10 Sep 2009 12:53:30 -0400 Received: from [199.232.76.173] (port=51184 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mlmth-0006jH-Sa for qemu-devel@nongnu.org; Thu, 10 Sep 2009 12:53:25 -0400 Received: from smtp-vip.mem.interq.net ([210.157.1.50]:59111 helo=smtp01.mem.internal-gmo) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Mlmth-0000s7-0L for qemu-devel@nongnu.org; Thu, 10 Sep 2009 12:53:25 -0400 Received: (from root@localhost) by smtp01.mem.internal-gmo (8.13.8/8.12.6) id n8AGrNKK002297 for qemu-devel@nongnu.org; Fri, 11 Sep 2009 01:53:23 +0900 (JST) Received: from YOUR-BD18D6DD63.m1.interq.or.jp (ntymns034018.ymns.nt.ftth.ppp.infoweb.ne.jp [211.2.27.18]) by smtp01.mem.internal-gmo with ESMTP id n8AGrNKo002293 for ; (me101664 for with PLAIN) Fri, 11 Sep 2009 01:53:23 +0900 (JST) Message-Id: <200909101653.AA00102@YOUR-BD18D6DD63.m1.interq.or.jp> From: t-takeda@m1.interq.or.jp (=?ISO-2022-JP?B?GyRCSXBFRBsoQg==?= =?ISO-2022-JP?B?IBskQj1TTGkbKEI=?=) Date: Fri, 11 Sep 2009 01:53:14 +0900 To: qemu-devel@nongnu.org MIME-Version: 1.0 X-Mailer: AL-Mail32 Version 1.13 X-detected-operating-system: by monty-python.gnu.org: Solaris 10 (beta) Subject: [Qemu-devel] [PATCH] fmodaudio: fixed syntax error X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org 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 */ } };