diff options
Diffstat (limited to 'src/libgamma-facade.h')
-rw-r--r-- | src/libgamma-facade.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libgamma-facade.h b/src/libgamma-facade.h index 8f17a04..db5075b 100644 --- a/src/libgamma-facade.h +++ b/src/libgamma-facade.h @@ -76,8 +76,8 @@ typedef double libgamma_gamma_rampsd_fun(double encoding); /** * List available adjustment methods by their order of preference based on the environment. * - * @param methods Output array of methods, should be able to hold `GAMMA_METHOD_COUNT` elements - * @param buf_size The number of elements that fits in `methods`, it should be `GAMMA_METHOD_COUNT`, + * @param methods Output array of methods, should be able to hold `LIBGAMMA_METHOD_COUNT` elements + * @param buf_size The number of elements that fits in `methods`, it should be `LIBGAMMA_METHOD_COUNT`, * This is used to avoid writing outside the output buffer if this library adds new * adjustment methods without the users of the library recompiling. * @param operation Allowed values: |