diff mbox

fmodaudio: fixed syntax error

Message ID 200909101653.AA00102@YOUR-BD18D6DD63.m1.interq.or.jp
State Superseded
Headers show

Commit Message

武田 =?ISO-2022-JP?B?IBskQj1TTGkbKEI=?= Sept. 10, 2009, 4:53 p.m. UTC
Dear members,

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

Thanks,
TAKEDA, toshiya
diff mbox

Patch

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