X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/puzzles/blobdiff_plain/d74986c91651f2aa39474f84cf64639d8b8ba4fc..7f34e0edcaf2134e534b8a5527da828234bda714:/misc.c diff --git a/misc.c b/misc.c index 5ad4d0b..91778d8 100644 --- a/misc.c +++ b/misc.c @@ -194,7 +194,7 @@ void game_mkhighlight(frontend *fe, float *ret, } } -void memswap(void *av, void *bv, int size) +static void memswap(void *av, void *bv, int size) { char tmpbuf[512]; char *a = av, *b = bv;