From 249a170acef352b40c7fa67fe65bdc62cbae4ff1 Mon Sep 17 00:00:00 2001 From: tron Date: Sun, 14 Nov 2004 19:44:06 +0000 Subject: (svn r607) -Patch: [ 985102 ] static cleanup Thanks to lvoge --- strings.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'strings.c') diff --git a/strings.c b/strings.c index d24df8df4..567ec6792 100644 --- a/strings.c +++ b/strings.c @@ -186,7 +186,7 @@ int32 GetParamInt32() return result; } -int64 GetParamInt64() +static int64 GetParamInt64() { int64 result = GET_DPARAM32(0) + ((uint64)GET_DPARAM32(1) << 32); memcpy_overlapping(&_decode_parameters[0], &_decode_parameters[2], sizeof(uint32) * (lengthof(_decode_parameters)-2)); -- cgit v1.2.3-54-g00ecf