From cc020a8c960144c7d2fe8b438e76b25c3a6ab0b4 Mon Sep 17 00:00:00 2001 From: James Zern Date: Fri, 25 Sep 2015 18:49:08 -0700 Subject: [PATCH] webpmux/DisplayInfo: send non-error output to stdout Change-Id: I4ed0d10e4a7cbc8f2d204b33a483990f1ace58ff --- examples/webpmux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/webpmux.c b/examples/webpmux.c index 6ce0844d..b29b870c 100644 --- a/examples/webpmux.c +++ b/examples/webpmux.c @@ -186,7 +186,7 @@ static WebPMuxError DisplayInfo(const WebPMux* mux) { RETURN_IF_ERROR("Failed to retrieve features\n"); if (flag == 0) { - fprintf(stderr, "No features present.\n"); + printf("No features present.\n"); return err; }