Fix a compil error.
Fixes #3763 https://gitlab.com/kicad/code/kicad/issues/3763
This commit is contained in:
parent
8fc434be19
commit
c3fc98c31d
|
@ -177,7 +177,7 @@ void gm_clear( greymap_t* gm, int b )
|
||||||
|
|
||||||
/* turn the given greymap upside down. This does not move the pixel
|
/* turn the given greymap upside down. This does not move the pixel
|
||||||
* data or change the base address. */
|
* data or change the base address. */
|
||||||
static inline void GM_FLIP( greymap_t* gm )
|
static inline void gm_flip( greymap_t* gm )
|
||||||
{
|
{
|
||||||
int dy = gm->dy;
|
int dy = gm->dy;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue