Sync with website
[sgt/puzzles] / misc.c
diff --git a/misc.c b/misc.c
index 5ad4d0b..91778d8 100644 (file)
--- 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;