diff options
| author | Mattias Andrée <maandree@kth.se> | 2017-01-15 20:52:36 +0100 |
|---|---|---|
| committer | Mattias Andrée <maandree@kth.se> | 2017-01-15 20:52:36 +0100 |
| commit | 076d0dc569608c276b25742605d35b0ac44dbf46 (patch) | |
| tree | 4efc85c365a5574e9216a93067031966efabff2a /src/blind-set-alpha.c | |
| parent | Fix some minor errors (diff) | |
| download | blind-076d0dc569608c276b25742605d35b0ac44dbf46.tar.gz blind-076d0dc569608c276b25742605d35b0ac44dbf46.tar.bz2 blind-076d0dc569608c276b25742605d35b0ac44dbf46.tar.xz | |
Fix errors
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'src/blind-set-alpha.c')
| -rw-r--r-- | src/blind-set-alpha.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/blind-set-alpha.c b/src/blind-set-alpha.c index 2e80154..a7d2404 100644 --- a/src/blind-set-alpha.c +++ b/src/blind-set-alpha.c @@ -64,6 +64,8 @@ main(int argc, char *argv[]) else eprintf("pixel format %s is not supported, try xyza\n", colour.pixfmt); + fprint_stream_head(stdout, &colour); + efflush(stdout, "<stdout>"); process_two_streams(&colour, &alpha, STDOUT_FILENO, "<stdout>", process); return 0; } |
