mirror of
https://github.com/webmproject/libwebp.git
synced 2024-12-27 06:08:21 +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");
|
RETURN_IF_ERROR("Failed to retrieve features\n");
|
||||||
|
|
||||||
if (flag == 0) {
|
if (flag == 0) {
|
||||||
fprintf(stderr, "No features present.\n");
|
printf("No features present.\n");
|
||||||
return err;
|
return err;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user