update doc of fluidsynth_register_adriver.c

This commit is contained in:
derselbst 2017-11-22 13:51:18 +01:00
parent d24c2a1179
commit 1909571de9

View file

@ -27,6 +27,7 @@ int main()
*/
adrivers[1] = NULL; /* NULL terminate the array */
/* register those audio drivers. Note that at this time no fluidsynth objects are alive! */
int res = fluid_audio_driver_register(adrivers);
if(res != FLUID_OK)
{