aboutsummaryrefslogtreecommitdiff
path: root/misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc.c')
-rw-r--r--misc.c2
1 files changed, 1 insertions, 1 deletions
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;