mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2025-04-14 03:41:40 +00:00
Return FLUID_OK instead if TRUE to be consistent with other return values
This commit is contained in:
parent
362a3f2a81
commit
9c1f3bd53e
1 changed files with 1 additions and 1 deletions
|
@ -586,7 +586,7 @@ int fluid_sample_validate(fluid_sample_t *sample, unsigned int buffer_size)
|
|||
return FLUID_FAILED;
|
||||
}
|
||||
|
||||
return TRUE;
|
||||
return FLUID_OK;
|
||||
}
|
||||
|
||||
/* Check the sample loop pointers and optionally convert them to something
|
||||
|
|
Loading…
Reference in a new issue