From 75e36ec8bf8308bb0b4d7f15eb7e5c721046c535 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 6 Aug 2016 01:12:24 +0200 Subject: m MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/cg-brilliance.c | 2 +- src/cg-darkroom.c | 4 ++-- src/cg-negative.c | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'src') 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) { -- cgit v1.2.3-70-g09d2