From fd4ac6312c0559bf336caf4cb9441981d7d4b70e Mon Sep 17 00:00:00 2001 From: InstantMuffin Date: Thu, 5 Mar 2015 15:03:46 -0500 Subject: [PATCH] Update functions.inc --- plugins/include/functions.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/include/functions.inc b/plugins/include/functions.inc index ee45e5b7..b31be263 100644 --- a/plugins/include/functions.inc +++ b/plugins/include/functions.inc @@ -318,10 +318,10 @@ native Call_PushString(const String:value[]); * @param value String to push. * @param length Length of string buffer. * @param szflags Flags determining how string should be handled. - * See SP_PARAM_STRING_* constants for details. + * See SM_PARAM_STRING_* constants for details. * The default (0) is to push ASCII. * @param cpflags Whether or not changes should be copied back to the input array. - * See SP_PARAM_* constants for details. + * See SM_PARAM_* constants for details. * @noreturn * @error Called before a call has been started. */