Cosmetic fixes

Change-Id: I7d5a337077ba1d0406769190fef9b47146ed8b24
This commit is contained in:
Urvang Joshi 2013-04-26 15:55:42 -07:00
parent 9c4ce971a8
commit 6393fe4b7c

View File

@ -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;