diff options
Diffstat (limited to 'src/vu-flop.c')
| -rw-r--r-- | src/vu-flop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vu-flop.c b/src/vu-flop.c index 733ced5..1d21d20 100644 --- a/src/vu-flop.c +++ b/src/vu-flop.c @@ -36,7 +36,7 @@ main(int argc, char *argv[]) fprint_stream_head(stdout, &stream); fflush(stdout); if (ferror(stdout)) - eprintf("<stdin>:"); + eprintf("<stdout>:"); if (stream.width > SIZE_MAX / stream.pixel_size) eprintf("<stdin>: video is too wide\n"); |
