Fix a compil error.

Fixes #3763
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
1 changed files with 1 additions and 1 deletions

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;