diff --git a/examples/webpmux.c b/examples/webpmux.c index 1bf1a3c5..7acf9d7e 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; }