aboutsummaryrefslogtreecommitdiffstats
path: root/src/blind-invert-luma.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/blind-invert-luma.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/blind-invert-luma.c b/src/blind-invert-luma.c
index cedfc2e..96001cb 100644
--- a/src/blind-invert-luma.c
+++ b/src/blind-invert-luma.c
@@ -58,7 +58,7 @@ main(int argc, char *argv[])
{
int invert = 0, whitepoint = 0;
struct stream colour, mask;
- void (*process)(struct stream *colour, struct stream *mask, size_t n) = NULL;
+ void (*process)(struct stream *colour, struct stream *mask, size_t n);
ARGBEGIN {
case 'i':