mirror of
https://github.com/webmproject/libwebp.git
synced 2025-07-16 13:59:51 +02:00
Change-Id: I8f693b1ba2537de89bda1dfbcf3b95abd17e420a
This commit is contained in:
@ -331,7 +331,7 @@ WebPMuxError MuxImagePush(const WebPMuxImage* wpi, WebPMuxImage** wpi_list) {
|
||||
if (*wpi_list != NULL) {
|
||||
(*wpi_list)->next_ = new_wpi;
|
||||
} else {
|
||||
*wpi_list = new_wpi;
|
||||
*wpi_list = new_wpi;
|
||||
}
|
||||
return WEBP_MUX_OK;
|
||||
}
|
||||
|
Reference in New Issue
Block a user