From 3fe22687e9b29f66d293467e22f3c94915a8a7b5 Mon Sep 17 00:00:00 2001 From: David Anderson <dvander@alliedmods.net> Date: Tue, 8 Jul 2014 00:06:52 -0700 Subject: [PATCH] Revert. --- plugins/include/functions.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/include/functions.inc b/plugins/include/functions.inc index 344f3eb3..e030a044 100644 --- a/plugins/include/functions.inc +++ b/plugins/include/functions.inc @@ -117,7 +117,7 @@ enum ExecType * @param plugin Handle of the plugin that contains the function. Pass INVALID_HANDLE to search in the calling plugin. * @param name Name of the function. - * @return Function id or null if not found. + * @return Function id or INVALID_FUNCTION if not found. * @error Invalid or corrupt plugin handle. */ native Function:GetFunctionByName(Handle:plugin, const String:name[]);