diff options
Diffstat (limited to '')
| -rw-r--r-- | src/blind-stack.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/blind-stack.c b/src/blind-stack.c index 4591154..0eab3ec 100644 --- a/src/blind-stack.c +++ b/src/blind-stack.c @@ -46,7 +46,7 @@ main(int argc, char *argv[]) struct stream *streams; size_t n_streams, i, frames = 0, tmp; int blend = 0; - void (*process)(struct stream *streams, size_t n_streams, size_t n) = NULL; + void (*process)(struct stream *streams, size_t n_streams, size_t n); ARGBEGIN { case 'b': |
