From 1909571de931de3f44b46b95f9b586a11accb575 Mon Sep 17 00:00:00 2001 From: derselbst Date: Wed, 22 Nov 2017 13:51:18 +0100 Subject: [PATCH] update doc of fluidsynth_register_adriver.c --- doc/fluidsynth_register_adriver.c | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/fluidsynth_register_adriver.c b/doc/fluidsynth_register_adriver.c index 254119f9..b5a08b54 100644 --- a/doc/fluidsynth_register_adriver.c +++ b/doc/fluidsynth_register_adriver.c @@ -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) {