From 065b2ce10e9960875621542bc9ed22e4dfea512d Mon Sep 17 00:00:00 2001 From: James Zern Date: Mon, 26 Mar 2018 21:37:29 -0700 Subject: [PATCH] anim_diff: add a couple missing newlines in Help() Change-Id: Iad2a4ad2555718f1822b82d38219940ed49385b8 --- examples/anim_diff.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/anim_diff.c b/examples/anim_diff.c index 01a2daa1..7ac56899 100644 --- a/examples/anim_diff.c +++ b/examples/anim_diff.c @@ -187,8 +187,8 @@ static void Help(void) { printf(" -min_psnr ... minimum per-frame PSNR\n"); printf(" -raw_comparison ..... if this flag is not used, RGB is\n"); printf(" premultiplied before comparison\n"); - printf(" -max_diff ..... maximum allowed difference per channel " - " between corresponding pixels in subsequent" + printf(" -max_diff ..... maximum allowed difference per channel\n" + " between corresponding pixels in subsequent\n" " frames\n"); }