aboutsummaryrefslogtreecommitdiffstats
path: root/src/vu-invert-luma.c
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2017-01-09 18:00:15 +0100
committerMattias Andrée <maandree@kth.se>2017-01-09 18:00:15 +0100
commit930a61412bc584ff6784e573042009d4e3f45fb6 (patch)
tree2f0b4c78ee3feba2bf4b9d942c3dd0d6fd757128 /src/vu-invert-luma.c
parentFix errors and add makefile (diff)
downloadblind-930a61412bc584ff6784e573042009d4e3f45fb6.tar.gz
blind-930a61412bc584ff6784e573042009d4e3f45fb6.tar.bz2
blind-930a61412bc584ff6784e573042009d4e3f45fb6.tar.xz
Fix warnings and add config.mk
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'src/vu-invert-luma.c')
-rw-r--r--src/vu-invert-luma.c2
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':