From 48a506fc86120adf9cfd6e3be20ac5865f3b9df5 Mon Sep 17 00:00:00 2001 From: Haru Date: Sun, 25 Aug 2019 19:42:37 +0200 Subject: Mark some forgotten symbols as static Signed-off-by: Haru --- src/map/script.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/script.c') diff --git a/src/map/script.c b/src/map/script.c index 4bd8f2c85..c712eb01d 100644 --- a/src/map/script.c +++ b/src/map/script.c @@ -105,7 +105,7 @@ static inline void SETVALUE(struct script_buf *buf, int i, int n) VECTOR_INDEX(*buf, i+2) = GetByte(n, 2); } -const char *script_op2name(int op) +static const char *script_op2name(int op) { #define RETURN_OP_NAME(type) case type: return #type switch( op ) { -- cgit v1.2.3-70-g09d2