From efd68bc7bf95959652619763bb5d37428546000d Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Sat, 22 Sep 2018 13:35:54 -0700 Subject: Make xvinfo not exit with error in normal operation Fixes https://bugs.freedesktop.org/show_bug.cgi?id=74227 aka https://gitlab.freedesktop.org/xorg/app/xvinfo/issues/1 Signed-off-by: Alan Coopersmith --- xvinfo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xvinfo.c b/xvinfo.c index db1a008..49c60cd 100644 --- a/xvinfo.c +++ b/xvinfo.c @@ -322,5 +322,5 @@ main(int argc, char *argv[]) XvFreeAdaptorInfo(ainfo); } - return 1; + return 0; } -- cgit v1.2.3