diff options
-rw-r--r-- | src/cg-brilliance.c | 2 | ||||
-rw-r--r-- | src/cg-darkroom.c | 4 | ||||
-rw-r--r-- | src/cg-negative.c | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/src/cg-brilliance.c b/src/cg-brilliance.c index d37f2db..62fe3a2 100644 --- a/src/cg-brilliance.c +++ b/src/cg-brilliance.c @@ -190,7 +190,7 @@ int handle_args(int argc, char* argv[], char* method, char* site, /** * Fill a filter * - * @param The filter to fill + * @param filter The filter to fill */ static void fill_filter(libcoopgamma_filter_t* restrict filter) { diff --git a/src/cg-darkroom.c b/src/cg-darkroom.c index 064f21b..417ae6d 100644 --- a/src/cg-darkroom.c +++ b/src/cg-darkroom.c @@ -168,8 +168,8 @@ int handle_args(int argc, char* argv[], char* method, char* site, /** * Fill a filter * - * @param The filter to fill - * @return Zero on success, -1 on error + * @param filter The filter to fill + * @return Zero on success, -1 on error */ static int fill_filter(libcoopgamma_filter_t* restrict filter) { diff --git a/src/cg-negative.c b/src/cg-negative.c index c55bd1e..462ab88 100644 --- a/src/cg-negative.c +++ b/src/cg-negative.c @@ -166,7 +166,7 @@ int handle_args(int argc, char* argv[], char* method, char* site, /** * Fill a filter * - * @param The filter to fill + * @param filter The filter to fill */ static void fill_filter(libcoopgamma_filter_t* restrict filter) { |