comparison tools/lib64fmts.c @ 2523:22d2cfeed831

Cosmetic.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 15 May 2020 03:32:03 +0300
parents 27271f2afa7c
children 5a7e2aa8fef5
comparison
equal deleted inserted replaced
2522:27271f2afa7c 2523:22d2cfeed831
101 return dmError(DMERR_INVALID_DATA, 101 return dmError(DMERR_INVALID_DATA,
102 "SupeRes: Out of input data (N=%d).\n", 102 "SupeRes: Out of input data (N=%d).\n",
103 mode); 103 mode);
104 } 104 }
105 else 105 else
106 {
107 return DMERR_OK; 106 return DMERR_OK;
108 }
109 } 107 }
110 108
111 109
112 static int fmtDecodeSupeRes24_25(DMSupeResCtx *ctx, Uint8 tmp) 110 static int fmtDecodeSupeRes24_25(DMSupeResCtx *ctx, Uint8 tmp)
113 { 111 {