Pull request: ohai / sdl2referencejp @ Fix-Mix_GetMusicDecoder to sdl2referencejp / sdl2referencejp @ master

2014-10-11 17:13:08 33c8de46 例を修正
--- a/Mix_GetMusicDecoder.html
+++ b/Mix_GetMusicDecoder.html
@@ -35,7 +35,7 @@
3535 // 利用可能な音楽デコーダーを表示する
3636 int i,max=Mix_GetNumMusicDecoders();
3737 for(i=0; i<max; ++i)
38- printf("音楽デコーダー %d: %s\n",Mix_GetMusicDecoder(i));
38+ printf("音楽デコーダー %d: %s\n",i,Mix_GetMusicDecoder(i));
3939 </pre>
4040 </code>
4141 <h2>参照</h2>