mirror of
https://github.com/webmproject/libwebp.git
synced 2025-07-13 14:34:33 +02:00
cosmetics
vp8.[hc]:fix '*' placement in pointer types vp8l.c: remove trailing ',' from enum decode.h: fix stray WebPINew() Change-Id: Id6749a14a12ed0a090649f28ef4267fda45a37a8
This commit is contained in:
@ -73,7 +73,7 @@ void VP8Delete(VP8Decoder* const dec) {
|
||||
}
|
||||
|
||||
int VP8SetError(VP8Decoder* const dec,
|
||||
VP8StatusCode error, const char * const msg) {
|
||||
VP8StatusCode error, const char* const msg) {
|
||||
dec->status_ = error;
|
||||
dec->error_msg_ = msg;
|
||||
dec->ready_ = 0;
|
||||
|
Reference in New Issue
Block a user