diff options
Diffstat (limited to 'src/libclut.c')
-rw-r--r-- | src/libclut.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libclut.c b/src/libclut.c index dc9294c..6c6e379 100644 --- a/src/libclut.c +++ b/src/libclut.c @@ -63,7 +63,6 @@ double libclut_model_standard_to_linear1(double c) /** * Convert [0, 1] sRGB to [0, 1] linear RGB. * - * * @param r Pointer to the red component, and output * parameter for the linear red component. * @param g Pointer to the green component, and output |