mirror of
https://github.com/webmproject/libwebp.git
synced 2024-12-25 21:28:22 +01:00
Merge "webpmux/DisplayInfo: send non-error output to stdout"
This commit is contained in:
commit
df9f6ec829
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user