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 ee24263..733ced5 100644 --- a/src/vu-flop.c +++ b/src/vu-flop.c @@ -42,7 +42,7 @@ main(int argc, char *argv[]) eprintf("<stdin>: video is too wide\n"); n = stream.width * stream.pixel_size; if (!(buf = malloc(n))) - eprint("malloc:"); + eprintf("malloc:"); wm = stream.width - 1; memcpy(buf, stream.buf, ptr = stream.ptr); |
