Fix missing parenthesis (#18473)
This commit is contained in:
parent
2d6c17b044
commit
21cc924b75
@ -1370,7 +1370,7 @@
|
|||||||
#define STATUS_LOGO_X 0
|
#define STATUS_LOGO_X 0
|
||||||
#endif
|
#endif
|
||||||
#ifndef STATUS_LOGO_Y
|
#ifndef STATUS_LOGO_Y
|
||||||
#define STATUS_LOGO_Y _MIN(0U, ((20 - (STATUS_LOGO_HEIGHT)) / 2)
|
#define STATUS_LOGO_Y _MIN(0U, (20 - (STATUS_LOGO_HEIGHT)) / 2)
|
||||||
#endif
|
#endif
|
||||||
#ifndef STATUS_LOGO_HEIGHT
|
#ifndef STATUS_LOGO_HEIGHT
|
||||||
#define STATUS_LOGO_HEIGHT (sizeof(status_logo_bmp) / (STATUS_LOGO_BYTEWIDTH))
|
#define STATUS_LOGO_HEIGHT (sizeof(status_logo_bmp) / (STATUS_LOGO_BYTEWIDTH))
|
||||||
|
Loading…
Reference in New Issue
Block a user