7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-04-18 20:59:17 +00:00

Fix a compil error.

Fixes 
https://gitlab.com/kicad/code/kicad/issues/3763
This commit is contained in:
jean-pierre charras 2020-01-13 08:59:57 +01:00
parent 8fc434be19
commit c3fc98c31d

View File

@ -177,7 +177,7 @@ void gm_clear( greymap_t* gm, int b )
/* turn the given greymap upside down. This does not move the pixel
* 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;