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:
James Zern
2012-05-03 11:58:34 -07:00
parent e38602d2ad
commit 126e160672
4 changed files with 4 additions and 4 deletions

View File

@ -288,7 +288,7 @@ struct VP8Decoder {
// in vp8.c
int VP8SetError(VP8Decoder* const dec,
VP8StatusCode error, const char * const msg);
VP8StatusCode error, const char* const msg);
// Validates the VP8 data-header and retrieves basic header information viz
// width and height. Returns 0 in case of formatting error. *width/*height