mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-11-10 15:01:40 +00:00
add braces
This commit is contained in:
parent
07047039f7
commit
539d31bd4f
1 changed files with 4 additions and 0 deletions
|
@ -1203,9 +1203,13 @@ static void fluid_test_linked_mod_test_identity(fluid_mod_t *mod0, fluid_mod_t *
|
|||
|
||||
/* display identity result */
|
||||
if (r)
|
||||
{
|
||||
FLUID_LOG(FLUID_INFO, "-- test identity: cm0 == cm1 ?, yes ");
|
||||
}
|
||||
else
|
||||
{
|
||||
FLUID_LOG(FLUID_INFO, "-- test identity: cm0 == cm1 ?, no ");
|
||||
}
|
||||
if(r)
|
||||
{
|
||||
/* add amount to cm0 */
|
||||
|
|
Loading…
Reference in a new issue