From 9c1f3bd53ee1fda06e1a72ac8e8cc71b8b56377b Mon Sep 17 00:00:00 2001 From: Marcus Weseloh Date: Thu, 5 Apr 2018 19:20:47 +0200 Subject: [PATCH] Return FLUID_OK instead if TRUE to be consistent with other return values --- src/sfloader/fluid_sfont.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sfloader/fluid_sfont.c b/src/sfloader/fluid_sfont.c index 69e53ec1..73b1efc1 100644 --- a/src/sfloader/fluid_sfont.c +++ b/src/sfloader/fluid_sfont.c @@ -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