Return FLUID_OK instead if TRUE to be consistent with other return values

This commit is contained in:
Marcus Weseloh 2018-04-05 19:20:47 +02:00
parent 362a3f2a81
commit 9c1f3bd53e

View file

@ -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