mirror of
https://github.com/webmproject/libwebp.git
synced 2024-12-26 13:48:21 +01:00
Cosmetic fixes
Change-Id: I7d5a337077ba1d0406769190fef9b47146ed8b24
This commit is contained in:
parent
9c4ce971a8
commit
6393fe4b7c
@ -173,11 +173,11 @@ static const char* ErrorString(WebPMuxError err) {
|
|||||||
} while (0)
|
} while (0)
|
||||||
|
|
||||||
#define ERROR_GOTO3(ERR_MSG, FORMAT_STR1, FORMAT_STR2, LABEL) \
|
#define ERROR_GOTO3(ERR_MSG, FORMAT_STR1, FORMAT_STR2, LABEL) \
|
||||||
do { \
|
do { \
|
||||||
fprintf(stderr, ERR_MSG, FORMAT_STR1, FORMAT_STR2); \
|
fprintf(stderr, ERR_MSG, FORMAT_STR1, FORMAT_STR2); \
|
||||||
ok = 0; \
|
ok = 0; \
|
||||||
goto LABEL; \
|
goto LABEL; \
|
||||||
} while (0)
|
} while (0)
|
||||||
|
|
||||||
static WebPMuxError DisplayInfo(const WebPMux* mux) {
|
static WebPMuxError DisplayInfo(const WebPMux* mux) {
|
||||||
uint32_t flag;
|
uint32_t flag;
|
||||||
|
Loading…
Reference in New Issue
Block a user