From aec28542acfdea161739e16f6d9c098f519bceb0 Mon Sep 17 00:00:00 2001 From: Steve Dudenhoeffer Date: Mon, 19 Feb 2007 06:23:34 +0000 Subject: [PATCH] Fixed am51276 - typod "return" --- plugins/include/amxmod_compat/maths.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/include/amxmod_compat/maths.inc b/plugins/include/amxmod_compat/maths.inc index 25a0b6a0..7292c9a9 100644 --- a/plugins/include/amxmod_compat/maths.inc +++ b/plugins/include/amxmod_compat/maths.inc @@ -46,7 +46,7 @@ stock Float:cos(Float:value) stock Float:cosh(Float:value) { - retuen floatcosh(value, radian) + return floatcosh(value, radian) } stock Float:atan(Float:value)