Skip to content

Commit

Permalink
fixed warning fluidsynth module create
Browse files Browse the repository at this point in the history
  • Loading branch information
vlazzarini committed Feb 1, 2018
1 parent 61c8a4e commit 4ba8767
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Opcodes/fluidOpcodes/fluidOpcodes.cpp
Expand Up @@ -759,7 +759,7 @@ PUBLIC int csoundModuleCreate(CSOUND *csound)
result = csound::CreateGlobalPointer(csound, "fluid_synths", fluid_synths);
void *fluid_synths_mutex = csound->Create_Mutex(0);
result = csound::CreateGlobalPointer(csound, "fluid_synths_mutex", fluid_synths_mutex);
return 0;
return result;
}

PUBLIC int csoundModuleInit(CSOUND *csound)
Expand Down

0 comments on commit 4ba8767

Please sign in to comment.