diff options
Diffstat (limited to 'src/vu-invert-luma.c')
| -rw-r--r-- | src/vu-invert-luma.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vu-invert-luma.c b/src/vu-invert-luma.c index 7e5a230..52b360f 100644 --- a/src/vu-invert-luma.c +++ b/src/vu-invert-luma.c @@ -50,7 +50,7 @@ main(int argc, char *argv[]) struct stream mask; ssize_t r; size_t i, n; - void (*process)(struct stream *colour, struct stream *mask, size_t n); + void (*process)(struct stream *colour, struct stream *mask, size_t n) = NULL; ARGBEGIN { case 'i': |
