chiark / gitweb /
Two tiny cleanup patches from James H.
[sgt-puzzles.git] / misc.c
diff --git a/misc.c b/misc.c
index 5ad4d0b5fc209af0f20a8b2b649613d3ad749a91..91778d8da9392bcf2b8c05874bd20460474a2146 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;